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/path-chemistry.cpp | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 41079bc1f..2eb471bb3 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -17,28 +17,35 @@ #ifdef HAVE_CONFIG_H #include #endif + #include #include -#include "xml/repr.h" -#include "svg/svg.h" -#include "display/curve.h" + #include -#include "sp-path.h" -#include "sp-text.h" -#include "sp-flowtext.h" -#include "text-editing.h" -#include "style.h" + + #include "desktop.h" -#include "document.h" #include "document-undo.h" +#include "document.h" #include "message-stack.h" -#include "selection.h" - -#include "box3d.h" -#include "selection-chemistry.h" #include "path-chemistry.h" +#include "selection-chemistry.h" +#include "selection.h" +#include "text-editing.h" #include "verbs.h" -#include "object-set.h" + +#include "display/curve.h" + +#include "object/box3d.h" +#include "object/object-set.h" +#include "object/sp-flowtext.h" +#include "object/sp-path.h" +#include "object/sp-text.h" +#include "style.h" + +#include "svg/svg.h" + +#include "xml/repr.h" using Inkscape::DocumentUndo; using Inkscape::ObjectSet; -- cgit v1.2.3