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-object.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/object/sp-object.cpp') diff --git a/src/object/sp-object.cpp b/src/object/sp-object.cpp index 828c842d3..112a08fb9 100644 --- a/src/object/sp-object.cpp +++ b/src/object/sp-object.cpp @@ -20,28 +20,28 @@ #include -#include "attribute-rel-util.h" +#include "helper/sp-marshal.h" +#include "xml/node-event-vector.h" #include "attributes.h" +#include "attribute-rel-util.h" #include "color-profile.h" -#include "debug/demangle.h" -#include "debug/event-tracker.h" -#include "debug/simple-event.h" #include "document.h" -#include "helper/sp-marshal.h" -#include "live_effects/lpeobject.h" #include "preferences.h" +#include "style.h" +#include "live_effects/lpeobject.h" #include "sp-factory.h" #include "sp-paint-server.h" #include "sp-root.h" -#include "sp-script.h" #include "sp-style-elem.h" +#include "sp-script.h" #include "streq.h" #include "strneq.h" -#include "style.h" +#include "xml/node-fns.h" +#include "debug/event-tracker.h" +#include "debug/simple-event.h" +#include "debug/demangle.h" #include "util/format.h" #include "util/longest-common-suffix.h" -#include "xml/node-event-vector.h" -#include "xml/node-fns.h" using std::memcpy; using std::strchr; -- cgit v1.2.3