summaryrefslogtreecommitdiffstats
path: root/src/server/PatchImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-21 16:30:17 +0000
committerDavid Robillard <d@drobilla.net>2011-10-21 16:30:17 +0000
commitefe47ea54e71b359dde85c0f272e7fc3934b85e3 (patch)
tree0555e8c4ff7d6c5c59e9bd853e5ab02bfa0650f8 /src/server/PatchImpl.cpp
parent2a80b2cf13d7992c0313f8a82103e64bdeef72c4 (diff)
downloadingen-efe47ea54e71b359dde85c0f272e7fc3934b85e3.tar.gz
ingen-efe47ea54e71b359dde85c0f272e7fc3934b85e3.tar.bz2
ingen-efe47ea54e71b359dde85c0f272e7fc3934b85e3.zip
Move World.hpp and Module.hpp to public include directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3560 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/PatchImpl.cpp')
-rw-r--r--src/server/PatchImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PatchImpl.cpp b/src/server/PatchImpl.cpp
index 51ac89af..cf50ee2a 100644
--- a/src/server/PatchImpl.cpp
+++ b/src/server/PatchImpl.cpp
@@ -32,7 +32,7 @@
#include "ProcessSlave.hpp"
#include "ThreadManager.hpp"
#include "shared/LV2URIMap.hpp"
-#include "shared/World.hpp"
+#include "ingen/shared/World.hpp"
using namespace std;
using namespace Raul;