summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-14 22:05:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-14 22:09:36 -0400
commitbda1f3558504266cde3cb2bbe247dd489bcda941 (patch)
treee66521ee70a93e48a52e124f25af2e1258d9fdf9 /gdk/gdk.c
parent88ef199ed713412a1825942f2929d382bf0b05f4 (diff)
downloadgtk+-bda1f3558504266cde3cb2bbe247dd489bcda941.tar.gz
Inclusion cleanups in sources
Try to do inclusions in the same sequence, more or less.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 6d5bbc154e..ba6582db66 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -26,10 +26,8 @@
#include "config.h"
-#include <string.h>
-#include <stdlib.h>
+#include "gdkmain.h"
-#include "gdk.h"
#include "gdkinternals.h"
#include "gdkintl.h"
@@ -37,6 +35,9 @@
#include "gdkkeysyms.h"
#endif
+#include <string.h>
+#include <stdlib.h>
+
typedef struct _GdkPredicate GdkPredicate;
struct _GdkPredicate