From bba4ff6672494fab59286b50f6c645ad62a47e60 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 30 Apr 2018 00:12:42 +0200 Subject: Fix include order with clang-tidy check llvm-include-order --- src/object/sp-tspan.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/object/sp-tspan.cpp') diff --git a/src/object/sp-tspan.cpp b/src/object/sp-tspan.cpp index d8c655c06..67219f1a9 100644 --- a/src/object/sp-tspan.cpp +++ b/src/object/sp-tspan.cpp @@ -28,19 +28,19 @@ #endif #include -#include #include +#include -#include -#include "svg/stringstream.h" #include "attributes.h" -#include "sp-use-reference.h" -#include "sp-tspan.h" -#include "sp-tref.h" +#include "document.h" #include "sp-textpath.h" -#include "text-editing.h" +#include "sp-tref.h" +#include "sp-tspan.h" +#include "sp-use-reference.h" #include "style.h" -#include "document.h" +#include "svg/stringstream.h" +#include "text-editing.h" +#include /*##################################################### # SPTSPAN -- cgit v1.2.3