summaryrefslogtreecommitdiffstats
path: root/src/layer-fns.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
commit267299811df952d08324a39008f52c19641de9e0 (patch)
tree28fef736a52cb7a72119d119be8eb663ad20a77f /src/layer-fns.cpp
parentTranslations: update inkscape.pot (diff)
downloadinkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz
inkscape-267299811df952d08324a39008f52c19641de9e0.zip
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to '')
-rw-r--r--src/layer-fns.cpp9
1 files changed, 6 insertions, 3 deletions
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 {