From 267299811df952d08324a39008f52c19641de9e0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 30 Jan 2018 09:33:01 +0100 Subject: Move classes derived from SPObject to own directory. A lot of header clean-up. --- src/ui/tool/path-manipulator.cpp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/ui/tool/path-manipulator.cpp') diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index e7c595893..82cad419d 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -10,25 +10,31 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "live_effects/lpe-powerstroke.h" -#include "live_effects/lpe-bspline.h" #include <2geom/bezier-utils.h> #include <2geom/path-sink.h> -#include "ui/tool/path-manipulator.h" #include "display/sp-canvas.h" #include "display/sp-canvas-util.h" #include "display/curve.h" #include "display/canvas-bpath.h" + +#include "helper/geom.h" + #include "live_effects/lpeobject.h" #include "live_effects/lpeobject-reference.h" +#include "live_effects/lpe-powerstroke.h" +#include "live_effects/lpe-bspline.h" #include "live_effects/parameter/path.h" -#include "helper/geom.h" + +#include "object/sp-path.h" #include "style.h" + #include "ui/tool/control-point-selection.h" #include "ui/tool/curve-drag-point.h" #include "ui/tool/event-utils.h" #include "ui/tool/multi-path-manipulator.h" +#include "ui/tool/path-manipulator.h" + #include "xml/node-observer.h" namespace Inkscape { -- cgit v1.2.3