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-factory.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-factory.cpp')
| -rw-r--r-- | src/object/sp-factory.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/object/sp-factory.cpp b/src/object/sp-factory.cpp index a540399c7..a3f52a574 100644 --- a/src/object/sp-factory.cpp +++ b/src/object/sp-factory.cpp @@ -11,9 +11,10 @@ #include "sp-factory.h" // primary -#include "box3d.h" #include "box3d-side.h" +#include "box3d.h" #include "color-profile.h" +#include "live_effects/lpeobject.h" #include "persp3d.h" #include "sp-anchor.h" #include "sp-clippath.h" @@ -24,13 +25,13 @@ #include "sp-flowdiv.h" #include "sp-flowregion.h" #include "sp-flowtext.h" -#include "sp-font.h" #include "sp-font-face.h" -#include "sp-glyph.h" +#include "sp-font.h" #include "sp-glyph-kerning.h" +#include "sp-glyph.h" #include "sp-guide.h" -#include "sp-hatch.h" #include "sp-hatch-path.h" +#include "sp-hatch.h" #include "sp-image.h" #include "sp-line.h" #include "sp-linear-gradient.h" @@ -58,21 +59,20 @@ #include "sp-style-elem.h" #include "sp-switch.h" #include "sp-symbol.h" -#include "sp-tag.h" #include "sp-tag-use.h" +#include "sp-tag.h" #include "sp-text.h" #include "sp-textpath.h" #include "sp-title.h" #include "sp-tref.h" #include "sp-tspan.h" #include "sp-use.h" -#include "live_effects/lpeobject.h" // filters #include "filters/blend.h" #include "filters/colormatrix.h" -#include "filters/componenttransfer.h" #include "filters/componenttransfer-funcnode.h" +#include "filters/componenttransfer.h" #include "filters/composite.h" #include "filters/convolvematrix.h" #include "filters/diffuselighting.h" |
