diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-14 22:05:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-14 22:09:36 -0400 |
commit | bda1f3558504266cde3cb2bbe247dd489bcda941 (patch) | |
tree | e66521ee70a93e48a52e124f25af2e1258d9fdf9 /gdk/gdkkeynames.c | |
parent | 88ef199ed713412a1825942f2929d382bf0b05f4 (diff) | |
download | gtk+-bda1f3558504266cde3cb2bbe247dd489bcda941.tar.gz |
Inclusion cleanups in sources
Try to do inclusions in the same sequence, more or less.
Diffstat (limited to 'gdk/gdkkeynames.c')
-rw-r--r-- | gdk/gdkkeynames.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdk/gdkkeynames.c b/gdk/gdkkeynames.c index 0e5ad1af55..bbebc3b26b 100644 --- a/gdk/gdkkeynames.c +++ b/gdk/gdkkeynames.c @@ -25,9 +25,6 @@ */ #include "config.h" -#include <glib/gprintf.h> -#include <stdlib.h> -#include <string.h> #include "gdkkeysyms.h" #include "gdkinternals.h" @@ -36,6 +33,10 @@ #include "keyname-table.h" +#include <glib/gprintf.h> +#include <stdlib.h> +#include <string.h> + #define GDK_NUM_KEYS G_N_ELEMENTS (gdk_keys_by_keyval) static int |