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/seltrans.cpp | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'src/seltrans.cpp') diff --git a/src/seltrans.cpp b/src/seltrans.cpp index 141720371..0a341bf83 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -20,31 +20,36 @@ #include #include -#include <2geom/transforms.h> #include -#include "document.h" -#include "document-undo.h" -#include "sp-namedview.h" -#include "desktop.h" +#include + +#include <2geom/transforms.h> + +#include "seltrans.h" #include "desktop-style.h" +#include "desktop.h" +#include "document-undo.h" +#include "document.h" #include "knot.h" #include "message-stack.h" +#include "mod360.h" #include "pure-transform.h" +#include "selection-chemistry.h" #include "selection.h" -#include "ui/tools/select-tool.h" -#include "sp-item-transform.h" -#include "sp-root.h" #include "seltrans-handles.h" -#include "seltrans.h" -#include "selection-chemistry.h" #include "verbs.h" -#include -#include "display/sp-ctrlline.h" -#include "display/sodipodi-ctrl.h" -#include "mod360.h" + #include "display/snap-indicator.h" +#include "display/sodipodi-ctrl.h" +#include "display/sp-ctrlline.h" + +#include "object/sp-item-transform.h" +#include "object/sp-namedview.h" +#include "object/sp-root.h" + #include "ui/control-manager.h" +#include "ui/tools/select-tool.h" using Inkscape::ControlManager; using Inkscape::DocumentUndo; -- cgit v1.2.3