diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
| commit | 6031728e438feb9457596baae886c803883535e4 (patch) | |
| tree | 312bd8e46bc0cb2581287a72964d21a1eba5133b /src/object/sp-gradient.cpp | |
| parent | Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff) | |
| download | inkscape-6031728e438feb9457596baae886c803883535e4.tar.gz inkscape-6031728e438feb9457596baae886c803883535e4.zip | |
Revert "Fix include order with clang-tidy check llvm-include-order"
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
Diffstat (limited to 'src/object/sp-gradient.cpp')
| -rw-r--r-- | src/object/sp-gradient.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
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 <cairo.h> -#include <sigc++/adaptors/bind.h> #include <sigc++/functors/ptr_fun.h> +#include <sigc++/adaptors/bind.h> -#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 |
