]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Remove <gtk/gtk.h> from gtkutil/toolbar.h
authorTimePath <andrew.hardaker1995@gmail.com>
Sat, 22 Jul 2017 06:52:58 +0000 (16:52 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 31 Jul 2017 12:35:47 +0000 (22:35 +1000)
libs/gtkutil/toolbar.cpp
libs/gtkutil/toolbar.h
radiant/gtkmisc.cpp

index 1bd3be42f9faa665db3b5039c273a65380b4b85b..048636096675b95ebf1b075c6cab39c111465a05 100644 (file)
@@ -22,6 +22,7 @@
 #include "toolbar.h"
 
 #include <uilib/uilib.h>
+#include <gtk/gtk.h>
 
 #include "generic/callback.h"
 
index 993314fb1affa8b6baa5e511c1f6d5c9e9a20a1e..66f38805896bc3a1a7894e44592368ecc02ab870 100644 (file)
@@ -22,7 +22,6 @@
 #if !defined( INCLUDED_GTKUTIL_TOOLBAR_H )
 #define INCLUDED_GTKUTIL_TOOLBAR_H
 
-#include <gtk/gtk.h>
 #include <uilib/uilib.h>
 #include "generic/callbackfwd.h"
 
index 2c4175c724e05dab3df7b93facbba2fba6799d3c..9035dbd269b1c9f68b3fd4d54f19d0da44e405ab 100644 (file)
@@ -32,6 +32,7 @@
 // Small functions to help with GTK
 //
 
+#include <gtk/gtk.h>
 #include "gtkmisc.h"
 
 #include "uilib/uilib.h"