diff options
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 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" |
