diff options
Diffstat (limited to 'src/object/sp-hatch-path.cpp')
| -rw-r--r-- | src/object/sp-hatch-path.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/object/sp-hatch-path.cpp b/src/object/sp-hatch-path.cpp index 7b4d4834d..4497b6911 100644 --- a/src/object/sp-hatch-path.cpp +++ b/src/object/sp-hatch-path.cpp @@ -12,22 +12,22 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <2geom/path.h> #include <string> +#include <2geom/path.h> -#include "attributes.h" +#include "svg/svg.h" #include "display/cairo-utils.h" #include "display/curve.h" #include "display/drawing-context.h" -#include "display/drawing-shape.h" #include "display/drawing-surface.h" #include "display/drawing.h" -#include "document-private.h" +#include "display/drawing-shape.h" #include "helper/geom.h" -#include "sp-hatch-path.h" +#include "attributes.h" +#include "document-private.h" #include "sp-item.h" +#include "sp-hatch-path.h" #include "svg/css-ostringstream.h" -#include "svg/svg.h" SPHatchPath::SPHatchPath() : offset(), |
