summaryrefslogtreecommitdiffstats
path: root/src/object/sp-object.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
commit6031728e438feb9457596baae886c803883535e4 (patch)
tree312bd8e46bc0cb2581287a72964d21a1eba5133b /src/object/sp-object.cpp
parentRename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff)
downloadinkscape-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-object.cpp')
-rw-r--r--src/object/sp-object.cpp20
1 files changed, 10 insertions, 10 deletions
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 <boost/range/adaptor/transformed.hpp>
-#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;