summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 04:42:01 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 04:42:01 +0000
commit34a71ea377fbc2b5df7e42fbfcf982d330b71a05 (patch)
treeba2ad881cde0ceaadfa11c818f4cd605ca990456 /src/engine
parent4baec44d69d855a28d234b375bdb902e89114356 (diff)
downloadingen-34a71ea377fbc2b5df7e42fbfcf982d330b71a05.tar.gz
ingen-34a71ea377fbc2b5df7e42fbfcf982d330b71a05.tar.bz2
ingen-34a71ea377fbc2b5df7e42fbfcf982d330b71a05.zip
Organize ingen_module like other modules.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2080 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/Engine.hpp2
-rw-r--r--src/engine/LV2Info.hpp1
-rw-r--r--src/engine/NodeFactory.hpp4
3 files changed, 3 insertions, 4 deletions
diff --git a/src/engine/Engine.hpp b/src/engine/Engine.hpp
index 479a4832..16635561 100644
--- a/src/engine/Engine.hpp
+++ b/src/engine/Engine.hpp
@@ -23,7 +23,7 @@
#include <set>
#include <boost/utility.hpp>
#include "raul/SharedPtr.hpp"
-#include "module/global.hpp"
+#include "module/World.hpp"
#include "interface/DataType.hpp"
#include "interface/EventType.hpp"
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp
index 63b1b9c2..f689e45f 100644
--- a/src/engine/LV2Info.hpp
+++ b/src/engine/LV2Info.hpp
@@ -26,7 +26,6 @@
#include <map>
#include <string>
#include "slv2/slv2.h"
-#include "module/global.hpp"
#include "module/World.hpp"
#include "shared/LV2URIMap.hpp"
#include "shared/LV2Features.hpp"
diff --git a/src/engine/NodeFactory.hpp b/src/engine/NodeFactory.hpp
index fe443424..1c8299b2 100644
--- a/src/engine/NodeFactory.hpp
+++ b/src/engine/NodeFactory.hpp
@@ -24,9 +24,9 @@
#include <pthread.h>
#include <glibmm/module.h>
#include "raul/SharedPtr.hpp"
-#include "ingen-config.h"
-#include "module/global.hpp"
#include "raul/URI.hpp"
+#include "module/World.hpp"
+#include "ingen-config.h"
namespace Ingen {