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/live_effects/parameter/originalpath.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/live_effects/parameter/originalpath.cpp') diff --git a/src/live_effects/parameter/originalpath.cpp b/src/live_effects/parameter/originalpath.cpp index 018e1e69e..e71df4a54 100644 --- a/src/live_effects/parameter/originalpath.cpp +++ b/src/live_effects/parameter/originalpath.cpp @@ -8,8 +8,8 @@ # include "config.h" #endif -#include #include "live_effects/parameter/originalpath.h" +#include #include #include @@ -18,12 +18,12 @@ #include "display/curve.h" #include "live_effects/effect.h" -#include "object/uri.h" #include "object/sp-shape.h" #include "object/sp-text.h" +#include "object/uri.h" -#include "inkscape.h" #include "desktop.h" +#include "inkscape.h" #include "selection.h" #include "ui/icon-names.h" -- cgit v1.2.3