summaryrefslogtreecommitdiffstats
path: root/src/engine/events
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/engine/events
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/engine/events')
-rw-r--r--src/engine/events/SetPortValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SetPortValue.cpp b/src/engine/events/SetPortValue.cpp
index fd0a9e1a..56285a60 100644
--- a/src/engine/events/SetPortValue.cpp
+++ b/src/engine/events/SetPortValue.cpp
@@ -21,7 +21,7 @@
#include "shared/LV2URIMap.hpp"
#include "shared/LV2Features.hpp"
#include "shared/LV2Atom.hpp"
-#include "module/World.hpp"
+#include "shared/World.hpp"
#include "AudioBuffer.hpp"
#include "ClientBroadcaster.hpp"
#include "ControlBindings.hpp"