diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 13:31:55 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 20:04:10 -0500 |
commit | ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92 (patch) | |
tree | a07a35f0bb98f213e67e769227acde9b291e2a78 /bindings/test | |
parent | 8366ebd3a153b25273176c75f4623d7a592144c5 (diff) | |
download | lilv-ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92.tar.gz lilv-ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92.tar.bz2 lilv-ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92.zip |
Use angle brackets for library includes and clean up include paths
Diffstat (limited to 'bindings/test')
-rw-r--r-- | bindings/test/bindings_test_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c index 18907d5..cdbdbb9 100644 --- a/bindings/test/bindings_test_plugin.c +++ b/bindings/test/bindings_test_plugin.c @@ -9,7 +9,7 @@ replacing `http:/` with `lv2` any header in the specification bundle can be included, in this case `lv2.h`. */ -#include "lv2/core/lv2.h" +#include <lv2/core/lv2.h> /** Include standard C headers */ #include <stdint.h> |