summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-show_handles.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-07-23 18:53:24 +0000
committerjabiertxof <info@marker.es>2016-07-23 18:53:24 +0000
commit98d87665f4230cbd85df6b6c7d61be770ac6524a (patch)
tree6df1ba6806ffa9a0619b6949c525a96c66cc018e /src/live_effects/lpe-show_handles.cpp
parentFix auto palette when using extensions (diff)
downloadinkscape-98d87665f4230cbd85df6b6c7d61be770ac6524a.tar.gz
inkscape-98d87665f4230cbd85df6b6c7d61be770ac6524a.zip
Order and cleanup of some LPE
(bzr r15020)
Diffstat (limited to 'src/live_effects/lpe-show_handles.cpp')
-rw-r--r--src/live_effects/lpe-show_handles.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-show_handles.cpp b/src/live_effects/lpe-show_handles.cpp
index 0bc1c4f17..2d4666fe4 100644
--- a/src/live_effects/lpe-show_handles.cpp
+++ b/src/live_effects/lpe-show_handles.cpp
@@ -6,8 +6,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <gtkmm.h>
-#include <glibmm/i18n.h>
#include "live_effects/lpe-show_handles.h"
#include "live_effects/parameter/parameter.h"
#include <2geom/sbasis-to-bezier.h>
@@ -16,6 +14,8 @@
#include "desktop-style.h"
#include "style.h"
#include "svg/svg.h"
+// TODO due to internal breakage in glibmm headers, this must be last:
+#include <glibmm/i18n.h>
namespace Inkscape {
namespace LivePathEffect {