diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
| commit | bba4ff6672494fab59286b50f6c645ad62a47e60 (patch) | |
| tree | c357b8add3334ef1df340d4eb433404857c27e7d /src/ui/tools/mesh-tool.cpp | |
| parent | Fix test (diff) | |
| download | inkscape-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.cpp | 6 |
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" |
