summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchView.hpp')
-rw-r--r--src/gui/PatchView.hpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/gui/PatchView.hpp b/src/gui/PatchView.hpp
index a392c767..474060f1 100644
--- a/src/gui/PatchView.hpp
+++ b/src/gui/PatchView.hpp
@@ -24,21 +24,22 @@
#include <libglademm.h>
#include <libgnomecanvasmm.h>
#include "raul/SharedPtr.hpp"
-#include "raul/Atom.hpp"
-namespace Ingen { namespace Client {
+namespace Raul { class Atom; }
+namespace FlowCanvas { class Port; class Item; }
+
+namespace Ingen {
+
+namespace Client {
class PortModel;
class MetadataModel;
class PatchModel;
class ObjectModel;
-} }
+}
using namespace Ingen::Client;
-namespace FlowCanvas { class Port; class Item; }
-
-namespace Ingen {
namespace GUI {
-
+
class PatchCanvas;
class LoadPluginWindow;
class NewSubpatchWindow;