diff options
-rw-r--r-- | include/ingen/shared/URIs.hpp (renamed from src/shared/URIs.hpp) | 0 | ||||
-rw-r--r-- | src/server/ControlBindings.cpp | 2 | ||||
-rw-r--r-- | src/shared/LV2URIMap.hpp | 5 | ||||
-rw-r--r-- | src/shared/URIs.cpp | 6 |
4 files changed, 5 insertions, 8 deletions
diff --git a/src/shared/URIs.hpp b/include/ingen/shared/URIs.hpp index 7083507e..7083507e 100644 --- a/src/shared/URIs.hpp +++ b/include/ingen/shared/URIs.hpp diff --git a/src/server/ControlBindings.cpp b/src/server/ControlBindings.cpp index 1b5459fa..da5bb6e4 100644 --- a/src/server/ControlBindings.cpp +++ b/src/server/ControlBindings.cpp @@ -18,7 +18,7 @@ #include <math.h> #include "raul/log.hpp" #include "raul/midi_events.h" -#include "shared/URIs.hpp" +#include "ingen/shared/URIs.hpp" #include "shared/LV2URIMap.hpp" #include "ingen/shared/World.hpp" diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index 35baa9f8..4fd50e92 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -23,12 +23,11 @@ #include <boost/utility.hpp> -#include "raul/URI.hpp" - +#include "ingen/shared/URIs.hpp" #include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h" +#include "raul/URI.hpp" #include "LV2Features.hpp" -#include "URIs.hpp" namespace Ingen { namespace Shared { diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp index a3a67cd2..b6f1d0f4 100644 --- a/src/shared/URIs.cpp +++ b/src/shared/URIs.cpp @@ -24,11 +24,9 @@ #include <boost/shared_ptr.hpp> -#include "raul/log.hpp" - +#include "ingen/shared/URIs.hpp" #include "lv2/lv2plug.in/ns/ext/atom/atom.h" - -#include "URIs.hpp" +#include "raul/log.hpp" using namespace std; using namespace Raul; |