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/ui/widget/rotateable.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/widget/rotateable.cpp') diff --git a/src/ui/widget/rotateable.cpp b/src/ui/widget/rotateable.cpp index fef507b88..0e290730d 100644 --- a/src/ui/widget/rotateable.cpp +++ b/src/ui/widget/rotateable.cpp @@ -11,11 +11,11 @@ #include #endif -#include "rotateable.h" -#include "ui/tools/tool-base.h" -#include <2geom/point.h> #include #include +#include <2geom/point.h> +#include "ui/tools/tool-base.h" +#include "rotateable.h" namespace Inkscape { namespace UI { -- cgit v1.2.3