diff options
Diffstat (limited to 'src/server/ingen_lv2.cpp')
-rw-r--r-- | src/server/ingen_lv2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |