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/resource-manager.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/resource-manager.cpp') diff --git a/src/resource-manager.cpp b/src/resource-manager.cpp index af81298e3..0176a4abe 100644 --- a/src/resource-manager.cpp +++ b/src/resource-manager.cpp @@ -9,6 +9,7 @@ #include #include #include + #include #include #include @@ -19,11 +20,13 @@ #include "resource-manager.h" #include "document.h" -#include "sp-object.h" -#include "xml/node.h" #include "document-undo.h" #include "verbs.h" +#include "object/sp-object.h" + +#include "xml/node.h" + namespace Inkscape { static std::vector splitPath( std::string const &path ) -- cgit v1.2.3