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-gradient.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/object/sp-gradient.cpp') diff --git a/src/object/sp-gradient.cpp b/src/object/sp-gradient.cpp index feaa04e0f..477fd8a14 100644 --- a/src/object/sp-gradient.cpp +++ b/src/object/sp-gradient.cpp @@ -33,23 +33,23 @@ #include -#include #include +#include +#include "attributes.h" #include "bad-uri-exception.h" #include "display/cairo-utils.h" -#include "svg/svg.h" -#include "svg/css-ostringstream.h" -#include "attributes.h" #include "document-private.h" #include "gradient-chemistry.h" #include "sp-gradient-reference.h" #include "sp-linear-gradient.h" -#include "sp-radial-gradient.h" #include "sp-mesh-gradient.h" -#include "sp-mesh-row.h" #include "sp-mesh-patch.h" +#include "sp-mesh-row.h" +#include "sp-radial-gradient.h" #include "sp-stop.h" +#include "svg/css-ostringstream.h" +#include "svg/svg.h" /// Has to be power of 2 Seems to be unused. //#define NCOLORS NR_GRADIENT_VECTOR_LENGTH -- cgit v1.2.3