summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
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);