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/debug/demangle.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/debug/demangle.cpp') diff --git a/src/debug/demangle.cpp b/src/debug/demangle.cpp index 9c7cf078b..04fe80d9b 100644 --- a/src/debug/demangle.cpp +++ b/src/debug/demangle.cpp @@ -9,12 +9,12 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "debug/demangle.h" -#include "inkgc/gc-alloc.h" -#include "util/format.h" -#include #include #include +#include +#include "debug/demangle.h" +#include "util/format.h" +#include "inkgc/gc-alloc.h" namespace Inkscape { -- cgit v1.2.3