summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 21:37:10 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 21:37:10 +0000
commitd2f94aa4fd3472ff86fea5abe7a58d15a90d3264 (patch)
treef5e0d4f5016cc1440712a3b5506231edcaaa7920 /src/shared
parent0945fbb32ff6abd4a9276707eb1550d7a4ead542 (diff)
downloadingen-d2f94aa4fd3472ff86fea5abe7a58d15a90d3264.tar.gz
ingen-d2f94aa4fd3472ff86fea5abe7a58d15a90d3264.tar.bz2
ingen-d2f94aa4fd3472ff86fea5abe7a58d15a90d3264.zip
Update for latest LV2 #include style.
Enable building against system installed LV2 extensions. Fix building slv2 and ingen independently. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2675 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/LV2Atom.cpp4
-rw-r--r--src/shared/LV2Features.hpp2
-rw-r--r--src/shared/LV2URIMap.cpp2
-rw-r--r--src/shared/LV2URIMap.hpp4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/shared/LV2Atom.cpp b/src/shared/LV2Atom.cpp
index fd1f9d4a..ea6a4fa2 100644
--- a/src/shared/LV2Atom.cpp
+++ b/src/shared/LV2Atom.cpp
@@ -17,8 +17,8 @@
#include "raul/log.hpp"
#include "raul/Atom.hpp"
-#include "lv2/http/lv2plug.in/ns/ext/uri-map/uri-map.h"
-#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h"
+#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h"
+#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
#include "LV2Features.hpp"
#include "LV2Atom.hpp"
#include "LV2URIMap.hpp"
diff --git a/src/shared/LV2Features.hpp b/src/shared/LV2Features.hpp
index da17fb09..20b17628 100644
--- a/src/shared/LV2Features.hpp
+++ b/src/shared/LV2Features.hpp
@@ -21,7 +21,7 @@
#include <map>
#include <string>
#include <vector>
-#include "lv2/http/lv2plug.in/ns/lv2core/lv2.h"
+#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
#include "raul/SharedPtr.hpp"
#include "ingen-config.h"
diff --git a/src/shared/LV2URIMap.cpp b/src/shared/LV2URIMap.cpp
index d1e72844..34721db6 100644
--- a/src/shared/LV2URIMap.cpp
+++ b/src/shared/LV2URIMap.cpp
@@ -21,7 +21,7 @@
#include <glib.h>
#include <boost/shared_ptr.hpp>
#include "raul/log.hpp"
-#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h"
+#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
#include "LV2URIMap.hpp"
using namespace std;
diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp
index 15ef4283..13a97129 100644
--- a/src/shared/LV2URIMap.hpp
+++ b/src/shared/LV2URIMap.hpp
@@ -20,8 +20,8 @@
#include <boost/utility.hpp>
#include "raul/URI.hpp"
-#include "lv2/http/lv2plug.in/ns/ext/uri-map/uri-map.h"
-#include "lv2/http/lv2plug.in/ns/ext/uri-unmap/uri-unmap.h"
+#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h"
+#include "lv2/lv2plug.in/ns/ext/uri-unmap/uri-unmap.h"
#include "ingen-config.h"
#include "LV2Features.hpp"