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/display/nr-svgfonts.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/display/nr-svgfonts.cpp')
| -rw-r--r-- | src/display/nr-svgfonts.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/display/nr-svgfonts.cpp b/src/display/nr-svgfonts.cpp index c3354bc0b..4797d3fa0 100644 --- a/src/display/nr-svgfonts.cpp +++ b/src/display/nr-svgfonts.cpp @@ -17,23 +17,23 @@ #include <cairo.h> #include <vector> -#include "svg/svg.h" #include "display/cairo-utils.h" +#include "display/curve.h" #include "display/nr-svgfonts.h" #include "display/nr-svgfonts.h" -#include "display/curve.h" +#include "svg/svg.h" #include "xml/repr.h" -#include "object/sp-path.h" -#include "object/sp-object-group.h" -#include "object/sp-use.h" -#include "object/sp-use-reference.h" #include "object/sp-font-face.h" -#include "object/sp-glyph.h" -#include "object/sp-missing-glyph.h" #include "object/sp-font.h" #include "object/sp-glyph-kerning.h" +#include "object/sp-glyph.h" +#include "object/sp-missing-glyph.h" +#include "object/sp-object-group.h" +#include "object/sp-path.h" +#include "object/sp-use-reference.h" +#include "object/sp-use.h" // ************************// // UserFont Implementation // |
