diff options
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r-- | src/gui/PatchWindow.hpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp index 007d51b7..a8d0cca0 100644 --- a/src/gui/PatchWindow.hpp +++ b/src/gui/PatchWindow.hpp @@ -23,18 +23,19 @@ #include <gtkmm.h> #include <libglademm/xml.h> #include <libglademm.h> -#include "raul/Path.hpp" #include "raul/SharedPtr.hpp" -namespace Ingen { namespace Client { +namespace Raul { class Path; } + +namespace Ingen { + +namespace Client { class PatchModel; class PortModel; class ObjectModel; -} } +} using namespace Ingen::Client; - -namespace Ingen { namespace GUI { class LoadPluginWindow; |