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/xml/rebase-hrefs.cpp | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'src/xml/rebase-hrefs.cpp') diff --git a/src/xml/rebase-hrefs.cpp b/src/xml/rebase-hrefs.cpp index e2af1afe2..072a9b6e4 100644 --- a/src/xml/rebase-hrefs.cpp +++ b/src/xml/rebase-hrefs.cpp @@ -1,13 +1,18 @@ -#include "xml/rebase-hrefs.h" -#include "dir-util.h" + +#include +#include +#include + #include "../document.h" /* Unfortunately there's a separate xml/document.h. */ -#include "io/sys.h" -#include "sp-object.h" +#include "dir-util.h" #include "streq.h" + +#include "io/sys.h" + +#include "object/sp-object.h" + #include "xml/node.h" -#include -#include -#include +#include "xml/rebase-hrefs.h" using Inkscape::XML::AttributeRecord; -- cgit v1.2.3