summaryrefslogtreecommitdiff
path: root/libs/widgets/paths_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-17 03:48:18 +0200
committerRobin Gareus <robin@gareus.org>2017-07-17 21:06:04 +0200
commiteb1e423b7521d4c277c11a884113f40e7406ade8 (patch)
treefcb6e900df8af04897c93cd539a5e42af7076b23 /libs/widgets/paths_dialog.cc
parentf9e5e4360e54f5ff5327b4384ee451d86f8dec91 (diff)
Remove <gtkmm.h> include from header files.
Diffstat (limited to 'libs/widgets/paths_dialog.cc')
-rw-r--r--libs/widgets/paths_dialog.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/widgets/paths_dialog.cc b/libs/widgets/paths_dialog.cc
index cf366a7c7c..6d2350fa67 100644
--- a/libs/widgets/paths_dialog.cc
+++ b/libs/widgets/paths_dialog.cc
@@ -18,6 +18,11 @@
*/
#include <cstdio>
+#include <gtkmm/filechooserdialog.h>
+#include <gtkmm/liststore.h>
+#include <gtkmm/stock.h>
+#include <gtkmm/treestore.h>
+
#include "pbd/i18n.h"
#include "pbd/pathexpand.h"
#include "widgets/paths_dialog.h"