summaryrefslogtreecommitdiffstats
path: root/src/object/sp-factory.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
commit6031728e438feb9457596baae886c803883535e4 (patch)
tree312bd8e46bc0cb2581287a72964d21a1eba5133b /src/object/sp-factory.cpp
parentRename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff)
downloadinkscape-6031728e438feb9457596baae886c803883535e4.tar.gz
inkscape-6031728e438feb9457596baae886c803883535e4.zip
Revert "Fix include order with clang-tidy check llvm-include-order"
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
Diffstat (limited to 'src/object/sp-factory.cpp')
-rw-r--r--src/object/sp-factory.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/object/sp-factory.cpp b/src/object/sp-factory.cpp
index a3f52a574..a540399c7 100644
--- a/src/object/sp-factory.cpp
+++ b/src/object/sp-factory.cpp
@@ -11,10 +11,9 @@
#include "sp-factory.h"
// primary
-#include "box3d-side.h"
#include "box3d.h"
+#include "box3d-side.h"
#include "color-profile.h"
-#include "live_effects/lpeobject.h"
#include "persp3d.h"
#include "sp-anchor.h"
#include "sp-clippath.h"
@@ -25,13 +24,13 @@
#include "sp-flowdiv.h"
#include "sp-flowregion.h"
#include "sp-flowtext.h"
-#include "sp-font-face.h"
#include "sp-font.h"
-#include "sp-glyph-kerning.h"
+#include "sp-font-face.h"
#include "sp-glyph.h"
+#include "sp-glyph-kerning.h"
#include "sp-guide.h"
-#include "sp-hatch-path.h"
#include "sp-hatch.h"
+#include "sp-hatch-path.h"
#include "sp-image.h"
#include "sp-line.h"
#include "sp-linear-gradient.h"
@@ -59,20 +58,21 @@
#include "sp-style-elem.h"
#include "sp-switch.h"
#include "sp-symbol.h"
-#include "sp-tag-use.h"
#include "sp-tag.h"
+#include "sp-tag-use.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-funcnode.h"
#include "filters/componenttransfer.h"
+#include "filters/componenttransfer-funcnode.h"
#include "filters/composite.h"
#include "filters/convolvematrix.h"
#include "filters/diffuselighting.h"