summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
commitcd1cf32a2792f8eaf99a90e326a7430b9b842552 (patch)
tree7dc818161f74be4598a640e4491b71d166f19d9f /src/draw-context.cpp
parentRefresh marshallers for mingw (diff)
downloadinkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.tar.gz
inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.zip
Header cleaning
(bzr r10963)
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp
index 9525aae49..e24a6704a 100644
--- a/src/draw-context.cpp
+++ b/src/draw-context.cpp
@@ -18,8 +18,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include <gdk/gdkkeysyms.h>
+#include "live_effects/lpe-patternalongpath.h"
#include "display/canvas-bpath.h"
#include "xml/repr.h"
#include "svg/svg.h"
@@ -40,10 +40,11 @@
#include "snap.h"
#include "sp-path.h"
#include "sp-namedview.h"
-#include "live_effects/lpe-patternalongpath.h"
#include "live_effects/lpe-powerstroke.h"
#include "style.h"
+#include <gdk/gdkkeysyms.h>
+
using Inkscape::DocumentUndo;
static void sp_draw_context_class_init(SPDrawContextClass *klass);