diff options
Diffstat (limited to 'src/libs/module/World.hpp')
-rw-r--r-- | src/libs/module/World.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libs/module/World.hpp b/src/libs/module/World.hpp index 29434069..f6c5a67a 100644 --- a/src/libs/module/World.hpp +++ b/src/libs/module/World.hpp @@ -23,19 +23,18 @@ #include <string> #include <glibmm/module.h> #include <raul/SharedPtr.hpp> -#include <redlandmm/World.hpp> #include "shared/LV2Features.hpp" #ifdef HAVE_SLV2 #include <slv2/slv2.h> #endif -namespace Ingen { +namespace Redland { class World; } +namespace Ingen { class Engine; namespace Shared { - class EngineInterface; |