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. --- testfiles/src/sp-object-test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testfiles/src/sp-object-test.cpp') diff --git a/testfiles/src/sp-object-test.cpp b/testfiles/src/sp-object-test.cpp index 383f02d81..fdd541d1a 100644 --- a/testfiles/src/sp-object-test.cpp +++ b/testfiles/src/sp-object-test.cpp @@ -8,13 +8,13 @@ * * Released under GNU GPL, read the file 'COPYING' for more information */ -#include #include -#include #include +#include #include -#include #include +#include +#include using namespace Inkscape; using namespace Inkscape::XML; -- cgit v1.2.3