summaryrefslogtreecommitdiffstats
path: root/src/object/sp-pattern.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/object/sp-pattern.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/object/sp-pattern.cpp')
-rw-r--r--src/object/sp-pattern.cpp17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/object/sp-pattern.cpp b/src/object/sp-pattern.cpp
index e25f48473..925b3e3ee 100644
--- a/src/object/sp-pattern.cpp
+++ b/src/object/sp-pattern.cpp
@@ -16,23 +16,26 @@
#include <cstring>
#include <string>
+
#include <glibmm.h>
+
#include <2geom/transforms.h>
+#include "attributes.h"
#include "bad-uri-exception.h"
-#include "svg/svg.h"
+#include "document.h"
+
+#include "sp-defs.h"
+#include "sp-factory.h"
+#include "sp-item.h"
+
#include "display/cairo-utils.h"
#include "display/drawing-context.h"
#include "display/drawing-surface.h"
#include "display/drawing.h"
#include "display/drawing-group.h"
-#include "attributes.h"
-#include "document-private.h"
-
-#include "sp-factory.h"
-#include "sp-defs.h"
-#include "sp-item.h"
+#include "svg/svg.h"
SPPattern::SPPattern()
: SPPaintServer()