summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-util.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
commitbba4ff6672494fab59286b50f6c645ad62a47e60 (patch)
treec357b8add3334ef1df340d4eb433404857c27e7d /src/xml/repr-util.cpp
parentFix test (diff)
downloadinkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.tar.gz
inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.zip
Fix include order with clang-tidy check llvm-include-order
Diffstat (limited to 'src/xml/repr-util.cpp')
-rw-r--r--src/xml/repr-util.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xml/repr-util.cpp b/src/xml/repr-util.cpp
index 6da1233db..187e0a658 100644
--- a/src/xml/repr-util.cpp
+++ b/src/xml/repr-util.cpp
@@ -22,14 +22,14 @@
# include <cstdlib>
-#include <glib.h>
-#include <2geom/point.h>
-#include "svg/stringstream.h"
#include "svg/css-ostringstream.h"
+#include "svg/stringstream.h"
#include "svg/svg-length.h"
+#include <2geom/point.h>
+#include <glib.h>
-#include "xml/repr.h"
#include "xml/repr-sorting.h"
+#include "xml/repr.h"
#define OSB_NS_URI "http://www.openswatchbook.org/uri/2009/osb"