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/filter-chemistry.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/filter-chemistry.cpp')
| -rw-r--r-- | src/filter-chemistry.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/filter-chemistry.cpp b/src/filter-chemistry.cpp index 560e73322..2ab7aff48 100644 --- a/src/filter-chemistry.cpp +++ b/src/filter-chemistry.cpp @@ -17,15 +17,17 @@ #include <cstring> #include <glibmm.h> -#include "style.h" #include "document-private.h" #include "desktop-style.h" #include "filter-chemistry.h" #include "filter-enums.h" -#include "filters/blend.h" -#include "filters/gaussian-blur.h" +#include "object/sp-defs.h" +#include "object/sp-item.h" +#include "style.h" +#include "object/filters/blend.h" +#include "object/filters/gaussian-blur.h" /** * Count how many times the filter is used by the styles of o and its |
