diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
| commit | 6031728e438feb9457596baae886c803883535e4 (patch) | |
| tree | 312bd8e46bc0cb2581287a72964d21a1eba5133b /src/object/sp-item-group.cpp | |
| parent | Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff) | |
| download | inkscape-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-item-group.cpp')
| -rw-r--r-- | src/object/sp-item-group.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/object/sp-item-group.cpp b/src/object/sp-item-group.cpp index 8ea5ad8e2..602c4558c 100644 --- a/src/object/sp-item-group.cpp +++ b/src/object/sp-item-group.cpp @@ -18,42 +18,42 @@ #include <config.h> #endif -#include <cstring> #include <glibmm/i18n.h> +#include <cstring> #include <string> #include "attributes.h" -#include "document-undo.h" #include "document.h" +#include "document-undo.h" #include "selection-chemistry.h" #include "verbs.h" -#include "display/curve.h" #include "display/drawing-group.h" +#include "display/curve.h" #include "live_effects/effect.h" -#include "live_effects/lpeobject-reference.h" #include "live_effects/lpeobject.h" -#include "svg/css-ostringstream.h" +#include "live_effects/lpeobject-reference.h" #include "svg/svg.h" +#include "svg/css-ostringstream.h" #include "xml/repr.h" #include "xml/sp-css-attr.h" #include "box3d.h" #include "persp3d.h" -#include "sp-clippath.h" #include "sp-defs.h" -#include "sp-desc.h" -#include "sp-flowtext.h" #include "sp-item-transform.h" -#include "sp-mask.h" +#include "sp-root.h" +#include "sp-rect.h" #include "sp-offset.h" +#include "sp-clippath.h" +#include "sp-mask.h" #include "sp-path.h" -#include "sp-rect.h" -#include "sp-root.h" +#include "sp-use.h" +#include "sp-title.h" +#include "sp-desc.h" #include "sp-switch.h" #include "sp-textpath.h" -#include "sp-title.h" -#include "sp-use.h" +#include "sp-flowtext.h" #include "style.h" using Inkscape::DocumentUndo; |
