diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/PatchWindow.hpp | 3 |
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 { |