summaryrefslogtreecommitdiffstats
path: root/src/display/nr-svgfonts.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/display/nr-svgfonts.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/display/nr-svgfonts.cpp')
-rw-r--r--src/display/nr-svgfonts.cpp16
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 //