summaryrefslogtreecommitdiffstats
path: root/src/ui/tool
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
commit43175d10160728a84a24f4b9b8de667c76d6cc8b (patch)
tree2badbf7523341d7aa8fa4eef9cc855e03a485173 /src/ui/tool
parentheader cleaning (diff)
downloadinkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.tar.gz
inkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.zip
Clean up all remaining false warnings from Gtkmm
(bzr r11018)
Diffstat (limited to 'src/ui/tool')
-rw-r--r--src/ui/tool/path-manipulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 0063833ee..cded702b4 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -10,6 +10,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include "live_effects/lpe-powerstroke.h"
#include <string>
#include <sstream>
#include <deque>
@@ -32,7 +33,6 @@
#include "live_effects/lpeobject.h"
#include "live_effects/lpeobject-reference.h"
#include "live_effects/parameter/path.h"
-#include "live_effects/lpe-powerstroke.h"
#include "sp-path.h"
#include "helper/geom.h"
#include "preferences.h"