summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.hpp
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/gui/gui.hpp
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/gui/gui.hpp')
-rw-r--r--src/gui/gui.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/gui.hpp b/src/gui/gui.hpp
index 343bc618..19eabe0b 100644
--- a/src/gui/gui.hpp
+++ b/src/gui/gui.hpp
@@ -18,13 +18,9 @@
#ifndef INGEN_GUI_H
#define INGEN_GUI_H
-#include "module/global.hpp"
-
namespace Ingen {
-class Engine;
-
-namespace Shared { class EngineInterface; }
+namespace Shared { class World; }
namespace GUI {