From 4e796ccba8df5d24824d2abc1d18eb6628ba839a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Oct 2010 07:41:37 +0000 Subject: Use URI-based LV2 header includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2626 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/LV2Atom.cpp | 4 ++-- src/shared/LV2Features.hpp | 2 +- src/shared/LV2URIMap.cpp | 2 +- src/shared/LV2URIMap.hpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/shared') diff --git a/src/shared/LV2Atom.cpp b/src/shared/LV2Atom.cpp index 8b6ca0a5..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 "uri-map.lv2/uri-map.h" -#include "atom.lv2/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 1582adb5..20b17628 100644 --- a/src/shared/LV2Features.hpp +++ b/src/shared/LV2Features.hpp @@ -21,7 +21,7 @@ #include #include #include -#include "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 9f52a61d..e07c5218 100644 --- a/src/shared/LV2URIMap.cpp +++ b/src/shared/LV2URIMap.cpp @@ -21,7 +21,7 @@ #include #include #include "raul/log.hpp" -#include "atom.lv2/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 70cdd1b0..e9514e40 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -20,7 +20,7 @@ #include #include -#include "uri-map.lv2/uri-map.h" +#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h" #include "ingen-config.h" #include "LV2Features.hpp" -- cgit v1.2.1