diff options
author | David Robillard <d@drobilla.net> | 2007-10-08 17:26:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-10-08 17:26:36 +0000 |
commit | 507d9ffa4771978b6964b4c4b261ee923ba7e324 (patch) | |
tree | a257d349fc357e7fd0ba29d08125296cc4dbf1ff /src/progs/ingen/main.cpp | |
parent | ec9540a559c40046123a2ac4be83faf90b79fbb0 (diff) | |
download | ingen-507d9ffa4771978b6964b4c4b261ee923ba7e324.tar.gz ingen-507d9ffa4771978b6964b4c4b261ee923ba7e324.tar.bz2 ingen-507d9ffa4771978b6964b4c4b261ee923ba7e324.zip |
Reorganize modules module (heh) to make a bit more sense. But not much.
git-svn-id: http://svn.drobilla.net/lad/ingen@851 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingen/main.cpp')
-rw-r--r-- | src/progs/ingen/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/progs/ingen/main.cpp b/src/progs/ingen/main.cpp index 31453315..f6400e2e 100644 --- a/src/progs/ingen/main.cpp +++ b/src/progs/ingen/main.cpp @@ -28,7 +28,9 @@ #include <raul/Path.hpp> #include <raul/RDFWorld.hpp> #include <raul/SharedPtr.hpp> -#include "module/module.h" +#include "module/global.hpp" +#include "module/Module.hpp" +#include "module/World.hpp" #include "engine/Engine.hpp" #include "engine/QueuedEngineInterface.hpp" #include "serialisation/Loader.hpp" |