summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2015-01-12 11:35:19 +0000
committerJazzyNico <nicoduf@yahoo.fr>2015-01-12 11:35:19 +0000
commit6e3b6fe96300b42c2a140cdc36bf7bab79082168 (patch)
tree44f0ea2cce3528c7dc51a9537743566ac39f86b8 /src/ui/tools/pen-tool.cpp
parentUndo. Partial fix for Bug #171990 (pen tool commit for each node for more gra... (diff)
downloadinkscape-6e3b6fe96300b42c2a140cdc36bf7bab79082168.tar.gz
inkscape-6e3b6fe96300b42c2a140cdc36bf7bab79082168.zip
Fixing build error on Ubuntu (GThread error due to include ordering).
(bzr r13849)
Diffstat (limited to 'src/ui/tools/pen-tool.cpp')
-rw-r--r--src/ui/tools/pen-tool.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp
index 242dbac45..5174775c9 100644
--- a/src/ui/tools/pen-tool.cpp
+++ b/src/ui/tools/pen-tool.cpp
@@ -20,14 +20,15 @@
#include <cstring>
#include <string>
+#include "shortcuts.h"
+#include "verbs.h"
+
#include "ui/tools/pen-tool.h"
#include "sp-namedview.h"
#include "desktop.h"
#include "selection.h"
#include "selection-chemistry.h"
-#include "shortcuts.h"
-#include "verbs.h"
#include "ui/draw-anchor.h"
#include "message-stack.h"
#include "message-context.h"