summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/mesh-tool.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
commitbba4ff6672494fab59286b50f6c645ad62a47e60 (patch)
treec357b8add3334ef1df340d4eb433404857c27e7d /src/ui/tools/mesh-tool.cpp
parentFix test (diff)
downloadinkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.tar.gz
inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.zip
Fix include order with clang-tidy check llvm-include-order
Diffstat (limited to 'src/ui/tools/mesh-tool.cpp')
-rw-r--r--src/ui/tools/mesh-tool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/tools/mesh-tool.cpp b/src/ui/tools/mesh-tool.cpp
index e94da4813..5cf7316a7 100644
--- a/src/ui/tools/mesh-tool.cpp
+++ b/src/ui/tools/mesh-tool.cpp
@@ -29,8 +29,8 @@
#include "desktop.h"
#include "document-undo.h"
#include "document.h"
-#include "gradient-drag.h"
#include "gradient-chemistry.h"
+#include "gradient-drag.h"
#include "macros.h"
#include "message-context.h"
#include "message-stack.h"
@@ -39,8 +39,8 @@
#include "snap.h"
#include "verbs.h"
-#include "display/sp-ctrlcurve.h"
#include "display/curve.h"
+#include "display/sp-ctrlcurve.h"
#include "object/sp-defs.h"
#include "object/sp-mesh-gradient.h"
@@ -48,8 +48,8 @@
#include "object/sp-text.h"
#include "style.h"
-#include "pixmaps/cursor-gradient.xpm"
#include "pixmaps/cursor-gradient-add.xpm"
+#include "pixmaps/cursor-gradient.xpm"
#include "ui/control-manager.h"
#include "ui/tools/mesh-tool.h"