summaryrefslogtreecommitdiffstats
path: root/src/libs/module/World.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-07-30 01:37:13 +0000
committerDavid Robillard <d@drobilla.net>2008-07-30 01:37:13 +0000
commit0fe061cde1c419306bb4d3bc3542dda4d92178e7 (patch)
tree6a9996eeacc617658ee685ff27e9fb6cdefc3433 /src/libs/module/World.hpp
parent2fa588b481e717e823e4b049d0e65b8e99e45628 (diff)
downloadingen-0fe061cde1c419306bb4d3bc3542dda4d92178e7.tar.gz
ingen-0fe061cde1c419306bb4d3bc3542dda4d92178e7.tar.bz2
ingen-0fe061cde1c419306bb4d3bc3542dda4d92178e7.zip
Fix building with language bindings.
git-svn-id: http://svn.drobilla.net/lad/ingen@1312 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/module/World.hpp')
-rw-r--r--src/libs/module/World.hpp5
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;