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-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 1708ecfb3..21774abb3 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 "display/drawing-shape.h" +#include "attributes.h" #include "display/curve.h" -#include "print.h" +#include "display/drawing-shape.h" #include "document.h" -#include "style.h" +#include "live_effects/lpeobject.h" +#include "preferences.h" +#include "print.h" #include "sp-marker.h" #include "sp-path.h" -#include "preferences.h" -#include "attributes.h" -#include "svg/svg.h" +#include "style.h" #include "svg/path-string.h" -#include "live_effects/lpeobject.h" +#include "svg/svg.h" #include "helper/mathfns.h" // for triangle_area() -- cgit v1.2.3