summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-simplify.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-07-24 16:51:32 +0000
committerjabiertxof <info@marker.es>2016-07-24 16:51:32 +0000
commit21bb5ac09822da9d71731b7ff7eff9f03247a855 (patch)
treeb916ac10a1b07708dc7d81fd9dab68311d6f097f /src/live_effects/lpe-simplify.cpp
parentAdd Text tag and update widgets code (diff)
parentFixed a bug on roughen LPE on open paths (diff)
downloadinkscape-21bb5ac09822da9d71731b7ff7eff9f03247a855.tar.gz
inkscape-21bb5ac09822da9d71731b7ff7eff9f03247a855.zip
update to trunk
(bzr r15017.1.3)
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
-rw-r--r--src/live_effects/lpe-simplify.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp
index f807bdc8d..b0c1fbc23 100644
--- a/src/live_effects/lpe-simplify.cpp
+++ b/src/live_effects/lpe-simplify.cpp
@@ -2,12 +2,9 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <gtkmm.h>
-
#include "live_effects/lpe-simplify.h"
#include "display/curve.h"
#include "live_effects/parameter/parameter.h"
-#include <glibmm/i18n.h>
#include "helper/geom.h"
#include "livarot/Path.h"
#include "splivarot.h"
@@ -21,6 +18,8 @@
#include <2geom/interval.h>
#include "ui/icon-names.h"
#include "util/units.h"
+// TODO due to internal breakage in glibmm headers, this must be last:
+#include <glibmm/i18n.h>
namespace Inkscape {
namespace LivePathEffect {