summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadRemotePatchWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-15 20:37:25 +0000
committerDavid Robillard <d@drobilla.net>2011-04-15 20:37:25 +0000
commit692d29dd5c57bbd226bd2bc91cfbd2329490a9bb (patch)
tree78ad4f3e120c1b02657405a6b8a5652ae32ff52a /src/gui/LoadRemotePatchWindow.cpp
parent42b469037c1b2bb55cd400a24cabfa29e7ae1ab2 (diff)
downloadingen-692d29dd5c57bbd226bd2bc91cfbd2329490a9bb.tar.gz
ingen-692d29dd5c57bbd226bd2bc91cfbd2329490a9bb.tar.bz2
ingen-692d29dd5c57bbd226bd2bc91cfbd2329490a9bb.zip
Move Shared::Module and Shared::World to shared directory.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3147 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/LoadRemotePatchWindow.cpp')
-rw-r--r--src/gui/LoadRemotePatchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/LoadRemotePatchWindow.cpp b/src/gui/LoadRemotePatchWindow.cpp
index d3b0f456..809bea42 100644
--- a/src/gui/LoadRemotePatchWindow.cpp
+++ b/src/gui/LoadRemotePatchWindow.cpp
@@ -20,7 +20,7 @@
#include <boost/optional/optional.hpp>
#include "client/PatchModel.hpp"
#include "ingen/EngineInterface.hpp"
-#include "module/World.hpp"
+#include "shared/World.hpp"
#include "App.hpp"
#include "Configuration.hpp"
#include "LoadRemotePatchWindow.hpp"