From 6031728e438feb9457596baae886c803883535e4 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 4 May 2018 18:45:37 +0200 Subject: Revert "Fix include order with clang-tidy check llvm-include-order" This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. --- src/object/sp-shape.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/object/sp-shape.cpp') diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp index 21774abb3..1708ecfb3 100644 --- a/src/object/sp-shape.cpp +++ b/src/object/sp-shape.cpp @@ -18,28 +18,28 @@ #include #endif -#include "helper/geom-nodetype.h" -#include "helper/geom.h" -#include <2geom/path-intersection.h> -#include <2geom/pathvector.h> #include <2geom/rect.h> #include <2geom/transforms.h> +#include <2geom/pathvector.h> +#include <2geom/path-intersection.h> +#include "helper/geom.h" +#include "helper/geom-nodetype.h" -#include #include +#include -#include "attributes.h" -#include "display/curve.h" #include "display/drawing-shape.h" -#include "document.h" -#include "live_effects/lpeobject.h" -#include "preferences.h" +#include "display/curve.h" #include "print.h" +#include "document.h" +#include "style.h" #include "sp-marker.h" #include "sp-path.h" -#include "style.h" -#include "svg/path-string.h" +#include "preferences.h" +#include "attributes.h" #include "svg/svg.h" +#include "svg/path-string.h" +#include "live_effects/lpeobject.h" #include "helper/mathfns.h" // for triangle_area() -- cgit v1.2.3