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/xml/simple-document.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/xml/simple-document.cpp') diff --git a/src/xml/simple-document.cpp b/src/xml/simple-document.cpp index 0e1c7a3ad..cf7851897 100644 --- a/src/xml/simple-document.cpp +++ b/src/xml/simple-document.cpp @@ -13,14 +13,14 @@ * */ -#include "xml/simple-document.h" #include // g_assert() -#include "xml/comment-node.h" -#include "xml/element-node.h" +#include "xml/simple-document.h" #include "xml/event-fns.h" -#include "xml/pi-node.h" +#include "xml/element-node.h" #include "xml/text-node.h" +#include "xml/comment-node.h" +#include "xml/pi-node.h" namespace Inkscape { -- cgit v1.2.3