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/transf_mat_3x4.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/transf_mat_3x4.cpp') diff --git a/src/transf_mat_3x4.cpp b/src/transf_mat_3x4.cpp index db17e61c6..05d0e9d6d 100644 --- a/src/transf_mat_3x4.cpp +++ b/src/transf_mat_3x4.cpp @@ -12,12 +12,12 @@ */ #include "transf_mat_3x4.h" -#include "document.h" -#include "inkscape.h" +#include +#include <2geom/affine.h> #include "svg/stringstream.h" #include "syseq.h" -#include <2geom/affine.h> -#include +#include "document.h" +#include "inkscape.h" namespace Proj { -- cgit v1.2.3