From bba4ff6672494fab59286b50f6c645ad62a47e60 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 30 Apr 2018 00:12:42 +0200 Subject: Fix include order with clang-tidy check llvm-include-order --- 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 112a08fb9..828c842d3 100644 --- a/src/object/sp-object.cpp +++ b/src/object/sp-object.cpp @@ -20,28 +20,28 @@ #include -#include "helper/sp-marshal.h" -#include "xml/node-event-vector.h" -#include "attributes.h" #include "attribute-rel-util.h" +#include "attributes.h" #include "color-profile.h" +#include "debug/demangle.h" +#include "debug/event-tracker.h" +#include "debug/simple-event.h" #include "document.h" -#include "preferences.h" -#include "style.h" +#include "helper/sp-marshal.h" #include "live_effects/lpeobject.h" +#include "preferences.h" #include "sp-factory.h" #include "sp-paint-server.h" #include "sp-root.h" -#include "sp-style-elem.h" #include "sp-script.h" +#include "sp-style-elem.h" #include "streq.h" #include "strneq.h" -#include "xml/node-fns.h" -#include "debug/event-tracker.h" -#include "debug/simple-event.h" -#include "debug/demangle.h" +#include "style.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