From 69f9735ca83e3827565276479f590d51c4a6ebfb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Dec 2008 08:45:46 +0000 Subject: Trim include dependency tree. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1870 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchView.hpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/gui/PatchView.hpp') 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 #include #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; -- cgit v1.2.1