summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-comboboxentry-action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ink-comboboxentry-action.cpp')
-rw-r--r--src/widgets/ink-comboboxentry-action.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/ink-comboboxentry-action.cpp b/src/widgets/ink-comboboxentry-action.cpp
index 2fecb06a4..10d9e7422 100644
--- a/src/widgets/ink-comboboxentry-action.cpp
+++ b/src/widgets/ink-comboboxentry-action.cpp
@@ -23,15 +23,15 @@
* we must keep track of things like active entry ourselves.
*/
+#include <glibmm/ustring.h>
#include <iostream>
#include <string.h>
-#include <glibmm/ustring.h>
-#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtk.h>
-#include "widgets/ink-comboboxentry-action.h"
#include "ui/icon-names.h"
+#include "widgets/ink-comboboxentry-action.h"
// Must handle both tool and menu items!
static GtkWidget* create_tool_item( GtkAction* action );