summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-10-22 09:38:37 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-10-22 09:38:37 +0000
commit1b2add70be11025b9b26c411bc8c242c5d9f5356 (patch)
tree888f27a1a3f467eaa6d8a51ff4a63c7e408b1a41 /src/filter-chemistry.cpp
parentAdd LibreOffice SOC to GIMP GPL palette format script (diff)
downloadinkscape-1b2add70be11025b9b26c411bc8c242c5d9f5356.tar.gz
inkscape-1b2add70be11025b9b26c411bc8c242c5d9f5356.zip
Remove 'document-private.h' where not needed plus some other header cleanup.
Diffstat (limited to 'src/filter-chemistry.cpp')
-rw-r--r--src/filter-chemistry.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/filter-chemistry.cpp b/src/filter-chemistry.cpp
index 2ce29b852..2157bac92 100644
--- a/src/filter-chemistry.cpp
+++ b/src/filter-chemistry.cpp
@@ -13,19 +13,19 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include "filter-chemistry.h"
#include <cstring>
#include <glibmm.h>
-#include "document-private.h"
#include "desktop-style.h"
-
-#include "filter-chemistry.h"
+#include "document.h"
#include "filter-enums.h"
+#include "style.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"