diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
| commit | bba4ff6672494fab59286b50f6c645ad62a47e60 (patch) | |
| tree | c357b8add3334ef1df340d4eb433404857c27e7d /src/xml/repr-util.cpp | |
| parent | Fix test (diff) | |
| download | inkscape-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.cpp | 8 |
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" |
