From 6031728e438feb9457596baae886c803883535e4 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 4 May 2018 18:45:37 +0200 Subject: Revert "Fix include order with clang-tidy check llvm-include-order" This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. --- src/object/sp-item.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/object/sp-item.cpp') diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index 0acbb07be..5ca22cabd 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -20,19 +20,19 @@ #include -#include "attributes.h" #include "bad-uri-exception.h" +#include "svg/svg.h" +#include "print.h" #include "display/drawing-item.h" +#include "attributes.h" #include "document.h" -#include "print.h" -#include "svg/svg.h" -#include "conditions.h" -#include "conn-avoid-ref.h" +#include "inkscape.h" #include "desktop.h" -#include "filter-chemistry.h" #include "gradient-chemistry.h" -#include "inkscape.h" +#include "conn-avoid-ref.h" +#include "conditions.h" +#include "filter-chemistry.h" #include "sp-clippath.h" #include "sp-desc.h" @@ -40,8 +40,8 @@ #include "sp-item-rm-unsatisfied-cns.h" #include "sp-mask.h" #include "sp-pattern.h" -#include "sp-rect.h" #include "sp-root.h" +#include "sp-rect.h" #include "sp-switch.h" #include "sp-text.h" #include "sp-textpath.h" @@ -57,9 +57,9 @@ #include "extract-uri.h" +#include "live_effects/lpeobject.h" #include "live_effects/effect.h" #include "live_effects/lpeobject-reference.h" -#include "live_effects/lpeobject.h" #include "util/units.h" -- cgit v1.2.3