summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-06 17:59:14 +0000
committerDavid Robillard <d@drobilla.net>2010-10-06 17:59:14 +0000
commit78f786d90943cd63eb5db761e910169990c66d93 (patch)
tree9b44ed3def68103dd4304afe70d8e19d73bdaf32 /src/client
parent4e796ccba8df5d24824d2abc1d18eb6628ba839a (diff)
downloadingen-78f786d90943cd63eb5db761e910169990c66d93.tar.gz
ingen-78f786d90943cd63eb5db761e910169990c66d93.tar.bz2
ingen-78f786d90943cd63eb5db761e910169990c66d93.zip
Add scheme to LV2 URI-based includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2627 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r--src/client/PluginUI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp
index e0c7463b..8d3f50d7 100644
--- a/src/client/PluginUI.cpp
+++ b/src/client/PluginUI.cpp
@@ -16,9 +16,9 @@
*/
#include "raul/log.hpp"
-#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 "lv2/http/lv2plug.in/ns/ext/atom/atom.h"
+#include "lv2/http/lv2plug.in/ns/ext/event/event.h"
+#include "lv2/http/lv2plug.in/ns/ext/event/event-helpers.h"
#include "shared/LV2Features.hpp"
#include "shared/LV2URIMap.hpp"
#include "shared/LV2Atom.hpp"