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/path.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/live_effects/parameter/path.cpp') diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 706b6d105..ab385daa6 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -17,38 +17,38 @@ #include "live_effects/effect.h" #include "svg/svg.h" -#include <2geom/d2.h> -#include <2geom/pathvector.h> -#include <2geom/sbasis-to-bezier.h> #include <2geom/svg-path-parser.h> +#include <2geom/sbasis-to-bezier.h> +#include <2geom/pathvector.h> +#include <2geom/d2.h> +#include "selection-chemistry.h" +#include "xml/repr.h" #include "desktop.h" -#include "document-undo.h" -#include "document.h" #include "inkscape.h" #include "message-stack.h" -#include "selection-chemistry.h" #include "verbs.h" -#include "xml/repr.h" +#include "document.h" +#include "document-undo.h" // needed for on-canvas editing: -#include "ui/shape-editor.h" #include "ui/tools-switch.h" +#include "ui/shape-editor.h" #include "selection.h" // clipboard support #include "ui/clipboard.h" // required for linking to other paths +#include "object/uri.h" #include "object/sp-shape.h" #include "object/sp-text.h" -#include "object/uri.h" #include "display/curve.h" +#include "ui/tools/node-tool.h" #include "ui/tool/multi-path-manipulator.h" #include "ui/tool/shape-record.h" -#include "ui/tools/node-tool.h" #include "ui/icon-names.h" -- cgit v1.2.3