summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 9dbc3c5..ab093dd 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -25,8 +25,12 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <gtk/gtkwindow.h>
-#include <gtkmm.h>
-#include <libgnomecanvasmm.h>
+
+#include <gtkmm/button.h>
+#include <gtkmm/filechooserdialog.h>
+#include <gtkmm/menuitem.h>
+#include <gtkmm/stock.h>
+#include <gtkmm/treemodel.h>
#include "flowcanvas/Module.hpp"
#include "raul/SharedPtr.hpp"