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-path.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-path.cpp')
| -rw-r--r-- | src/object/sp-path.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index de31b45e2..9dd29eb3b 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -22,28 +22,28 @@ #include <glibmm/i18n.h> #include "live_effects/effect.h" -#include "live_effects/lpeobject.h" #include "live_effects/lpeobject-reference.h" +#include "live_effects/lpeobject.h" #include "sp-lpe-item.h" #include "display/curve.h" -#include <2geom/curves.h> #include "helper/geom-curves.h" +#include <2geom/curves.h> +#include "attributes.h" #include "svg/svg.h" #include "xml/repr.h" -#include "attributes.h" -#include "sp-path.h" #include "sp-guide.h" +#include "sp-path.h" -#include "document.h" #include "desktop.h" +#include "document.h" #include "desktop-style.h" -#include "ui/tools/tool-base.h" #include "inkscape.h" #include "style.h" +#include "ui/tools/tool-base.h" #define noPATH_VERBOSE |
