diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-10-22 09:38:37 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-10-22 09:38:37 +0000 |
| commit | 1b2add70be11025b9b26c411bc8c242c5d9f5356 (patch) | |
| tree | 888f27a1a3f467eaa6d8a51ff4a63c7e408b1a41 /src/object/sp-hatch.cpp | |
| parent | Add LibreOffice SOC to GIMP GPL palette format script (diff) | |
| download | inkscape-1b2add70be11025b9b26c411bc8c242c5d9f5356.tar.gz inkscape-1b2add70be11025b9b26c411bc8c242c5d9f5356.zip | |
Remove 'document-private.h' where not needed plus some other header cleanup.
Diffstat (limited to 'src/object/sp-hatch.cpp')
| -rw-r--r-- | src/object/sp-hatch.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/object/sp-hatch.cpp b/src/object/sp-hatch.cpp index 2fbf4cc4c..7183b561c 100644 --- a/src/object/sp-hatch.cpp +++ b/src/object/sp-hatch.cpp @@ -20,17 +20,20 @@ #include <2geom/transforms.h> #include <sigc++/functors/mem_fun.h> +#include "attributes.h" #include "bad-uri-exception.h" -#include "svg/svg.h" +#include "document.h" + #include "display/cairo-utils.h" #include "display/drawing-context.h" #include "display/drawing-surface.h" #include "display/drawing.h" #include "display/drawing-pattern.h" -#include "attributes.h" -#include "document-private.h" + #include "sp-hatch-path.h" +#include "svg/svg.h" + SPHatch::SPHatch() : SPPaintServer(), href(), |
