diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
| commit | 267299811df952d08324a39008f52c19641de9e0 (patch) | |
| tree | 28fef736a52cb7a72119d119be8eb663ad20a77f /src/unclump.cpp | |
| parent | Translations: update inkscape.pot (diff) | |
| download | inkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz inkscape-267299811df952d08324a39008f52c19641de9e0.zip | |
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'src/unclump.cpp')
| -rw-r--r-- | src/unclump.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
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 <algorithm> #include <map> + #include <2geom/transforms.h> -#include "sp-item.h" + #include "unclump.h" -#include <glib.h> +#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 |
