diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
| commit | bba4ff6672494fab59286b50f6c645ad62a47e60 (patch) | |
| tree | c357b8add3334ef1df340d4eb433404857c27e7d /src/object/sp-shape.cpp | |
| parent | Fix test (diff) | |
| download | inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.tar.gz inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.zip | |
Fix include order with clang-tidy check llvm-include-order
Diffstat (limited to 'src/object/sp-shape.cpp')
| -rw-r--r-- | src/object/sp-shape.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
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 <config.h> #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 <sigc++/functors/ptr_fun.h> #include <sigc++/adaptors/bind.h> +#include <sigc++/functors/ptr_fun.h> -#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() |
