diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-07-05 16:01:13 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-07-05 16:01:13 +0000 |
| commit | 962ef8a02c2dbaf2049c1951ec8953ba885f9e19 (patch) | |
| tree | fccc91081bfaf776d3845897c1de695f457984a9 /src/ui | |
| parent | Put correctly doubles in a function (diff) | |
| download | inkscape-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.h | 10 |
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; |
