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/selection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/selection.cpp') diff --git a/src/selection.cpp b/src/selection.cpp index b8dffb4ae..d332c8323 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -22,12 +22,12 @@ #endif #include "inkscape.h" -#include "preferences.h" #include "desktop.h" #include "document.h" +#include "preferences.h" -#include "object/sp-shape.h" #include "object/sp-path.h" +#include "object/sp-shape.h" #include "xml/repr.h" -- cgit v1.2.3