summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.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/widgets/toolbox.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/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp10
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"