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/io/resource.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io/resource.cpp') diff --git a/src/io/resource.cpp b/src/io/resource.cpp index a2ba39a8c..0b242cc31 100644 --- a/src/io/resource.cpp +++ b/src/io/resource.cpp @@ -24,13 +24,13 @@ #include // for SHGetSpecialFolderLocation #endif -#include #include #include +#include -#include "io/resource.h" -#include "io/sys.h" #include "path-prefix.h" +#include "io/sys.h" +#include "io/resource.h" using Inkscape::IO::file_test; -- cgit v1.2.3