summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-06 07:41:37 +0000
committerDavid Robillard <d@drobilla.net>2010-10-06 07:41:37 +0000
commit4e796ccba8df5d24824d2abc1d18eb6628ba839a (patch)
treeea942b618719f084d0855948d587d8bd05c88b81 /src/client/PluginUI.cpp
parent96912c578dd1a040a453e04f225bfe3246b0a43a (diff)
downloadingen-4e796ccba8df5d24824d2abc1d18eb6628ba839a.tar.gz
ingen-4e796ccba8df5d24824d2abc1d18eb6628ba839a.tar.bz2
ingen-4e796ccba8df5d24824d2abc1d18eb6628ba839a.zip
Use URI-based LV2 header includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2626 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/PluginUI.cpp')
-rw-r--r--src/client/PluginUI.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp
index 74d87a13..e0c7463b 100644
--- a/src/client/PluginUI.cpp
+++ b/src/client/PluginUI.cpp
@@ -16,8 +16,9 @@
*/
#include "raul/log.hpp"
-#include "event.lv2/event-helpers.h"
-#include "atom.lv2/atom.h"
+#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
+#include "lv2/lv2plug.in/ns/ext/event/event.h"
+#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h"
#include "shared/LV2Features.hpp"
#include "shared/LV2URIMap.hpp"
#include "shared/LV2Atom.hpp"