From bba4ff6672494fab59286b50f6c645ad62a47e60 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 30 Apr 2018 00:12:42 +0200 Subject: Fix include order with clang-tidy check llvm-include-order --- src/object/sp-hatch-path.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/object/sp-hatch-path.cpp') diff --git a/src/object/sp-hatch-path.cpp b/src/object/sp-hatch-path.cpp index 4497b6911..7b4d4834d 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 #include <2geom/path.h> +#include -#include "svg/svg.h" +#include "attributes.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 "display/drawing-shape.h" -#include "helper/geom.h" -#include "attributes.h" #include "document-private.h" -#include "sp-item.h" +#include "helper/geom.h" #include "sp-hatch-path.h" +#include "sp-item.h" #include "svg/css-ostringstream.h" +#include "svg/svg.h" SPHatchPath::SPHatchPath() : offset(), -- cgit v1.2.3