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/simple-node.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 '')
| -rw-r--r-- | src/xml/simple-node.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xml/simple-node.cpp b/src/xml/simple-node.cpp index 78fc52a27..4d4efc668 100644 --- a/src/xml/simple-node.cpp +++ b/src/xml/simple-node.cpp @@ -21,12 +21,12 @@ #include "preferences.h" -#include "xml/simple-node.h" -#include "xml/node-event-vector.h" -#include "xml/node-fns.h" #include "debug/event-tracker.h" #include "debug/simple-event.h" #include "util/format.h" +#include "xml/node-event-vector.h" +#include "xml/node-fns.h" +#include "xml/simple-node.h" #include "attribute-rel-util.h" |
