summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-22 20:37:45 +0200
committerDavid Robillard <d@drobilla.net>2018-09-22 20:37:45 +0200
commit367f7c57028ce05f3d765fed678a64ad54a73312 (patch)
tree9e7f93df6e8d8acae74bd21f79c137048b672935 /src/URIs.cpp
parentcdca5bf74abfa4793c398480ef18ab4d88361306 (diff)
downloadingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.gz
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.bz2
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.zip
Use new LV2 include paths
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index af03b7b5..aa91ffe0 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -18,21 +18,21 @@
#include "ingen/URIMap.hpp"
#include "ingen/URIs.hpp"
#include "ingen/ingen.h"
-#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
-#include "lv2/lv2plug.in/ns/ext/buf-size/buf-size.h"
-#include "lv2/lv2plug.in/ns/ext/log/log.h"
-#include "lv2/lv2plug.in/ns/ext/midi/midi.h"
-#include "lv2/lv2plug.in/ns/ext/morph/morph.h"
-#include "lv2/lv2plug.in/ns/ext/options/options.h"
-#include "lv2/lv2plug.in/ns/ext/parameters/parameters.h"
-#include "lv2/lv2plug.in/ns/ext/patch/patch.h"
-#include "lv2/lv2plug.in/ns/ext/port-props/port-props.h"
-#include "lv2/lv2plug.in/ns/ext/presets/presets.h"
-#include "lv2/lv2plug.in/ns/ext/resize-port/resize-port.h"
-#include "lv2/lv2plug.in/ns/ext/state/state.h"
-#include "lv2/lv2plug.in/ns/ext/time/time.h"
-#include "lv2/lv2plug.in/ns/ext/worker/worker.h"
-#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+#include "lv2/atom/atom.h"
+#include "lv2/buf-size/buf-size.h"
+#include "lv2/core/lv2.h"
+#include "lv2/log/log.h"
+#include "lv2/midi/midi.h"
+#include "lv2/morph/morph.h"
+#include "lv2/options/options.h"
+#include "lv2/parameters/parameters.h"
+#include "lv2/patch/patch.h"
+#include "lv2/port-props/port-props.h"
+#include "lv2/presets/presets.h"
+#include "lv2/resize-port/resize-port.h"
+#include "lv2/state/state.h"
+#include "lv2/time/time.h"
+#include "lv2/worker/worker.h"
namespace Ingen {