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/layer-fns.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/layer-fns.cpp') diff --git a/src/layer-fns.cpp b/src/layer-fns.cpp index d115910b1..0bc721c37 100644 --- a/src/layer-fns.cpp +++ b/src/layer-fns.cpp @@ -15,11 +15,14 @@ #endif #include "document.h" -#include "sp-item-group.h" -#include "xml/repr.h" -#include "util/find-last-if.h" #include "layer-fns.h" +#include "object/sp-item-group.h" + +#include "util/find-last-if.h" + +#include "xml/repr.h" + // TODO move the documentation comments into the .h file namespace Inkscape { -- cgit v1.2.3