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/display/cairo-utils.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/display/cairo-utils.cpp') diff --git a/src/display/cairo-utils.cpp b/src/display/cairo-utils.cpp index 82373c27c..1ae16c8a4 100644 --- a/src/display/cairo-utils.cpp +++ b/src/display/cairo-utils.cpp @@ -16,23 +16,23 @@ #include +#include #include #include -#include -#include <2geom/pathvector.h> -#include <2geom/curves.h> #include <2geom/affine.h> -#include <2geom/point.h> +#include <2geom/curves.h> #include <2geom/path.h> -#include <2geom/transforms.h> +#include <2geom/pathvector.h> +#include <2geom/point.h> #include <2geom/sbasis-to-bezier.h> +#include <2geom/transforms.h> #include #include -#include "color.h" #include "cairo-templates.h" +#include "color.h" /** * Key for cairo_surface_t to keep track of current color interpolation value -- cgit v1.2.3