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/object/sp-root.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/object/sp-root.cpp') diff --git a/src/object/sp-root.cpp b/src/object/sp-root.cpp index 69796ff9f..3f31588cc 100644 --- a/src/object/sp-root.cpp +++ b/src/object/sp-root.cpp @@ -13,20 +13,20 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <2geom/transforms.h> #include +#include <2geom/transforms.h> #include "attributes.h" -#include "display/drawing-group.h" +#include "print.h" #include "document.h" #include "inkscape-version.h" -#include "print.h" #include "sp-defs.h" #include "sp-root.h" +#include "display/drawing-group.h" #include "svg/stringstream.h" #include "svg/svg.h" -#include "util/units.h" #include "xml/repr.h" +#include "util/units.h" SPRoot::SPRoot() : SPGroup(), SPViewBox() { -- cgit v1.2.3