summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-25 00:35:32 +0000
committerDavid Robillard <d@drobilla.net>2010-12-25 00:35:32 +0000
commita9c6a95eda8e730f7f1bd603c6eec4ced09643dc (patch)
treec0bdfb4a9380f2b2723b167789beb9f7fd105aa9 /src/gui/PatchWindow.hpp
parent59af545447973115339dfc05f010c6b8bd70b2f9 (diff)
downloadingen-a9c6a95eda8e730f7f1bd603c6eec4ced09643dc.tar.gz
ingen-a9c6a95eda8e730f7f1bd603c6eec4ced09643dc.tar.bz2
ingen-a9c6a95eda8e730f7f1bd603c6eec4ced09643dc.zip
Trim raul/Atom.hpp include tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2782 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index ad0b13ed..3c35e7db 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -21,11 +21,10 @@
#include <gtkmm.h>
#include <libglademm/xml.h>
#include <libglademm.h>
-#include "raul/Atom.hpp"
#include "raul/SharedPtr.hpp"
#include "Window.hpp"
-namespace Raul { class Path; }
+namespace Raul { class Atom; class Path; }
namespace Ingen {