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/ui/tools/mesh-tool.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/tools/mesh-tool.cpp') 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" -- cgit v1.2.3