From 692d29dd5c57bbd226bd2bc91cfbd2329490a9bb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Apr 2011 20:37:25 +0000 Subject: 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 --- src/engine/events/SetPortValue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/events') 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" -- cgit v1.2.1