summaryrefslogtreecommitdiffstats
path: root/src/layer-fns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/layer-fns.cpp')
-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 {