summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeControlWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeControlWindow.hpp')
-rw-r--r--src/gui/NodeControlWindow.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/NodeControlWindow.hpp b/src/gui/NodeControlWindow.hpp
index 97ec7ba3..30fb0a40 100644
--- a/src/gui/NodeControlWindow.hpp
+++ b/src/gui/NodeControlWindow.hpp
@@ -19,9 +19,10 @@
#define INGEN_GUI_NODECONTROLWINDOW_HPP
#include <gtkmm.h>
-#include <libglademm.h>
#include <sigc++/sigc++.h>
+
#include "raul/SharedPtr.hpp"
+
#include "Window.hpp"
namespace Ingen { namespace Client {