summaryrefslogtreecommitdiffstats
path: root/bindings/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-14 22:45:08 +0200
committerDavid Robillard <d@drobilla.net>2019-04-14 22:45:08 +0200
commit84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7 (patch)
tree9a504f257a8002bdf9ffa0e3af3abb07ab5cb76f /bindings/test
parentac237a888cbd2ffe8446adc8a51482e603ca3765 (diff)
downloadlilv-84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7.tar.gz
lilv-84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7.tar.bz2
lilv-84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7.zip
Use modern LV2 includes
Diffstat (limited to 'bindings/test')
-rw-r--r--bindings/test/bindings_test_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c
index 59b7fd3..bee7f85 100644
--- a/bindings/test/bindings_test_plugin.c
+++ b/bindings/test/bindings_test_plugin.c
@@ -22,7 +22,7 @@
replacing `http:/` with `lv2` any header in the specification bundle can be
included, in this case `lv2.h`.
*/
-#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+#include "lv2/core/lv2.h"
/** Include standard C headers */
#include <math.h>