summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
commit6031728e438feb9457596baae886c803883535e4 (patch)
tree312bd8e46bc0cb2581287a72964d21a1eba5133b /src/live_effects/parameter/path.cpp
parentRename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff)
downloadinkscape-6031728e438feb9457596baae886c803883535e4.tar.gz
inkscape-6031728e438feb9457596baae886c803883535e4.zip
Revert "Fix include order with clang-tidy check llvm-include-order"
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
-rw-r--r--src/live_effects/parameter/path.cpp20
1 files changed, 10 insertions, 10 deletions
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"