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/message-stack.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/message-stack.cpp') diff --git a/src/message-stack.cpp b/src/message-stack.cpp index 70b2fb42d..e70527e9a 100644 --- a/src/message-stack.cpp +++ b/src/message-stack.cpp @@ -9,10 +9,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include -#include -#include #include "message-stack.h" +#include +#include +#include namespace Inkscape { -- cgit v1.2.3