diff options
author | David Robillard <d@drobilla.net> | 2010-10-06 17:59:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-06 17:59:14 +0000 |
commit | 78f786d90943cd63eb5db761e910169990c66d93 (patch) | |
tree | 9b44ed3def68103dd4304afe70d8e19d73bdaf32 /src/shared | |
parent | 4e796ccba8df5d24824d2abc1d18eb6628ba839a (diff) | |
download | ingen-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/shared')
-rw-r--r-- | src/shared/LV2Atom.cpp | 4 | ||||
-rw-r--r-- | src/shared/LV2Features.hpp | 2 | ||||
-rw-r--r-- | src/shared/LV2URIMap.cpp | 2 | ||||
-rw-r--r-- | src/shared/LV2URIMap.hpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/shared/LV2Atom.cpp b/src/shared/LV2Atom.cpp index ea6a4fa2..fd1f9d4a 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/lv2plug.in/ns/ext/uri-map/uri-map.h" -#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/http/lv2plug.in/ns/ext/uri-map/uri-map.h" +#include "lv2/http/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 20b17628..da17fb09 100644 --- a/src/shared/LV2Features.hpp +++ b/src/shared/LV2Features.hpp @@ -21,7 +21,7 @@ #include <map> #include <string> #include <vector> -#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#include "lv2/http/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 e07c5218..b563a0d0 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/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/http/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 e9514e40..d53458fc 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -20,7 +20,7 @@ #include <boost/utility.hpp> #include <raul/URI.hpp> -#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h" +#include "lv2/http/lv2plug.in/ns/ext/uri-map/uri-map.h" #include "ingen-config.h" #include "LV2Features.hpp" |