diff options
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/PortImpl.cpp | 2 | ||||
-rw-r--r-- | src/server/events/SetPortValue.cpp | 2 | ||||
-rw-r--r-- | src/server/ingen_lv2.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp index f89d1c53..90bf8e0b 100644 --- a/src/server/PortImpl.cpp +++ b/src/server/PortImpl.cpp @@ -21,7 +21,7 @@ #include "raul/Maid.hpp" #include "shared/LV2URIMap.hpp" -#include "shared/LV2Atom.hpp" +#include "ingen/shared/LV2Atom.hpp" #include "AudioBuffer.hpp" #include "BufferFactory.hpp" diff --git a/src/server/events/SetPortValue.cpp b/src/server/events/SetPortValue.cpp index e5877d47..d71a504a 100644 --- a/src/server/events/SetPortValue.cpp +++ b/src/server/events/SetPortValue.cpp @@ -20,7 +20,7 @@ #include "lv2/lv2plug.in/ns/ext/event/event.h" #include "shared/LV2URIMap.hpp" #include "shared/LV2Features.hpp" -#include "shared/LV2Atom.hpp" +#include "ingen/shared/LV2Atom.hpp" #include "shared/World.hpp" #include "AudioBuffer.hpp" #include "ClientBroadcaster.hpp" diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp index 02eed484..d61b2f40 100644 --- a/src/server/ingen_lv2.cpp +++ b/src/server/ingen_lv2.cpp @@ -43,8 +43,8 @@ #include "ingen/ServerInterface.hpp" #include "shared/World.hpp" #include "ingen/serialisation/Parser.hpp" -#include "shared/Configuration.hpp" -#include "shared/runtime_paths.hpp" +#include "ingen/shared/Configuration.hpp" +#include "ingen/shared/runtime_paths.hpp" /** Record of a patch in this Ingen LV2 bundle */ struct LV2Patch { |