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/live_effects/parameter/originalpatharray.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/live_effects/parameter/originalpatharray.cpp') diff --git a/src/live_effects/parameter/originalpatharray.cpp b/src/live_effects/parameter/originalpatharray.cpp index 309b6c989..70f17ccb8 100644 --- a/src/live_effects/parameter/originalpatharray.cpp +++ b/src/live_effects/parameter/originalpatharray.cpp @@ -8,26 +8,26 @@ # include "config.h" #endif -#include "live_effects/lpe-bspline.h" +#include "live_effects/parameter/originalpatharray.h" #include "live_effects/lpe-spiro.h" -#include "live_effects/lpeobject-reference.h" +#include "live_effects/lpe-bspline.h" #include "live_effects/lpeobject.h" -#include "live_effects/parameter/originalpatharray.h" +#include "live_effects/lpeobject-reference.h" +#include #include #include -#include #include -#include +#include #include -#include "display/curve.h" #include "inkscape.h" -#include "originalpath.h" -#include "svg/stringstream.h" -#include "svg/svg.h" #include "ui/clipboard.h" +#include "svg/svg.h" +#include "svg/stringstream.h" +#include "originalpath.h" +#include "display/curve.h" #include <2geom/coord.h> #include <2geom/point.h> @@ -38,9 +38,9 @@ #include "live_effects/effect.h" +#include "verbs.h" #include "document-undo.h" #include "document.h" -#include "verbs.h" namespace Inkscape { -- cgit v1.2.3