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/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 04fe80d9b..9c7cf078b 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 -#include -#include #include "debug/demangle.h" -#include "util/format.h" #include "inkgc/gc-alloc.h" +#include "util/format.h" +#include +#include +#include namespace Inkscape { -- cgit v1.2.3