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/splivarot.cpp | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) (limited to 'src/splivarot.cpp') diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 145feda44..7daaefdfa 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -18,36 +18,42 @@ #include #include #include + #include -#include "xml/repr.h" -#include "svg/svg.h" -#include "sp-path.h" -#include "sp-image.h" -#include "sp-marker.h" -#include "sp-text.h" -#include "sp-flowtext.h" -#include "text-editing.h" -#include "style.h" -#include "document.h" +#include + +#include <2geom/svg-path-parser.h> // to get from SVG on boolean to Geom::Path +#include <2geom/svg-path-writer.h> + +#include "splivarot.h" + #include "document-undo.h" +#include "document.h" #include "layer-model.h" #include "message-stack.h" #include "selection.h" +#include "text-editing.h" +#include "verbs.h" -#include - -#include "xml/repr-sorting.h" -#include <2geom/svg-path-writer.h> #include "helper/geom.h" #include "livarot/Path.h" #include "livarot/Shape.h" -#include "splivarot.h" -#include "verbs.h" -#include "2geom/svg-path-parser.h" // to get from SVG on boolean to Geom::Path +#include "object/sp-flowtext.h" +#include "object/sp-image.h" +#include "object/sp-marker.h" +#include "object/sp-path.h" +#include "object/sp-text.h" +#include "style.h" + +#include "svg/svg.h" + #include "util/units.h" // to get abbr for document units +#include "xml/repr-sorting.h" +#include "xml/repr.h" + using Inkscape::DocumentUndo; bool Ancetre(Inkscape::XML::Node *a, Inkscape::XML::Node *who); -- cgit v1.2.3