summaryrefslogtreecommitdiffstats
path: root/src/helper/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/window.cpp')
-rw-r--r--src/helper/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/window.cpp b/src/helper/window.cpp
index f4640203d..444e1d8b0 100644
--- a/src/helper/window.cpp
+++ b/src/helper/window.cpp
@@ -12,7 +12,6 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
-#include <gtk/gtk.h>
#include <gtkmm/window.h>
#include "inkscape.h"
@@ -20,6 +19,7 @@
#include "desktop.h"
#include "event-context.h"
#include "window.h"
+#include <gtk/gtk.h>
static bool on_window_key_press(GdkEventKey* event)
{