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/widgets/toolbox.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/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 5894391ff..907cb5421 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -30,11 +30,11 @@ #include "config.h" #endif -#include <gtkmm/box.h> +#include <glibmm/i18n.h> #include <gtkmm/action.h> #include <gtkmm/actiongroup.h> +#include <gtkmm/box.h> #include <gtkmm/toolitem.h> -#include <glibmm/i18n.h> #include "desktop-style.h" #include "desktop.h" @@ -77,8 +77,8 @@ #include "eraser-toolbar.h" #include "gradient-toolbar.h" #include "lpe-toolbar.h" -#include "mesh-toolbar.h" #include "measure-toolbar.h" +#include "mesh-toolbar.h" #include "node-toolbar.h" #include "rect-toolbar.h" @@ -88,11 +88,11 @@ #include "pencil-toolbar.h" #include "select-toolbar.h" -#include "spray-toolbar.h" #include "spiral-toolbar.h" +#include "spray-toolbar.h" #include "star-toolbar.h" -#include "tweak-toolbar.h" #include "text-toolbar.h" +#include "tweak-toolbar.h" #include "zoom-toolbar.h" #include "toolbox.h" |
