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/unclump.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/unclump.cpp') diff --git a/src/unclump.cpp b/src/unclump.cpp index 55825cdd6..e461df701 100644 --- a/src/unclump.cpp +++ b/src/unclump.cpp @@ -13,11 +13,13 @@ #include #include + #include <2geom/transforms.h> -#include "sp-item.h" + #include "unclump.h" -#include +#include "object/sp-item.h" + // Taking bbox of an item is an expensive operation, and we need to do it many times, so here we // cache the centers, widths, and heights of items -- cgit v1.2.3