diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
| commit | 6031728e438feb9457596baae886c803883535e4 (patch) | |
| tree | 312bd8e46bc0cb2581287a72964d21a1eba5133b /src/xml/repr-util.cpp | |
| parent | Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff) | |
| download | inkscape-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/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 187e0a658..6da1233db 100644 --- a/src/xml/repr-util.cpp +++ b/src/xml/repr-util.cpp @@ -22,14 +22,14 @@ # include <cstdlib> -#include "svg/css-ostringstream.h" +#include <glib.h> +#include <2geom/point.h> #include "svg/stringstream.h" +#include "svg/css-ostringstream.h" #include "svg/svg-length.h" -#include <2geom/point.h> -#include <glib.h> -#include "xml/repr-sorting.h" #include "xml/repr.h" +#include "xml/repr-sorting.h" #define OSB_NS_URI "http://www.openswatchbook.org/uri/2009/osb" |
