summaryrefslogtreecommitdiffstats
path: root/ingen/URIMap.hpp
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 /ingen/URIMap.hpp
parentcdca5bf74abfa4793c398480ef18ab4d88361306 (diff)
downloadingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.gz
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.bz2
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.zip
Use new LV2 include paths
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r--ingen/URIMap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp
index 90c5f0ac..0d89b800 100644
--- a/ingen/URIMap.hpp
+++ b/ingen/URIMap.hpp
@@ -27,8 +27,8 @@
#include "ingen/LV2Features.hpp"
#include "ingen/ingen.h"
#include "ingen/types.hpp"
-#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
-#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+#include "lv2/core/lv2.h"
+#include "lv2/urid/urid.h"
#include "raul/Noncopyable.hpp"
namespace Ingen {