From 6031728e438feb9457596baae886c803883535e4 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 4 May 2018 18:45:37 +0200 Subject: Revert "Fix include order with clang-tidy check llvm-include-order" This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. --- 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 477fd8a14..feaa04e0f 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-patch.h" #include "sp-mesh-row.h" -#include "sp-radial-gradient.h" +#include "sp-mesh-patch.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