summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-05 16:01:13 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-05 16:01:13 +0000
commit962ef8a02c2dbaf2049c1951ec8953ba885f9e19 (patch)
treefccc91081bfaf776d3845897c1de695f457984a9 /src/ui
parentPut correctly doubles in a function (diff)
downloadinkscape-962ef8a02c2dbaf2049c1951ec8953ba885f9e19.tar.gz
inkscape-962ef8a02c2dbaf2049c1951ec8953ba885f9e19.zip
Fix FTBFS gtk3 & make check
(bzr r13341.1.78)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/lpe-fillet-chamfer-properties.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/ui/dialog/lpe-fillet-chamfer-properties.h b/src/ui/dialog/lpe-fillet-chamfer-properties.h
index a07b5ab66..d3e859bff 100644
--- a/src/ui/dialog/lpe-fillet-chamfer-properties.h
+++ b/src/ui/dialog/lpe-fillet-chamfer-properties.h
@@ -9,15 +9,7 @@
#define INKSCAPE_DIALOG_FILLET_CHAMFER_PROPERTIES_H
#include <2geom/point.h>
-#include <gtkmm/dialog.h>
-#include <gtkmm/entry.h>
-#include <gtkmm/label.h>
-#include <gtkmm/table.h>
-#include <gtkmm/combobox.h>
-#include <gtkmm/liststore.h>
-#include <gtkmm/treeview.h>
-#include <gtkmm/treestore.h>
-#include <gtkmm/scrolledwindow.h>
+#include <gtkmm.h>
#include "live_effects/parameter/filletchamferpointarray.h"
class SPDesktop;