summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-04 12:05:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-04 12:05:05 -0500
commit16877b4d7bef813a42643ae50c14b13dc8302b36 (patch)
tree03abf37e2bf117038a1ed4dc3fd1df143faa176c /gtk/gtkbindings.c
parent8bdb44fd47fb76c8bbe2e644394068dc868e2127 (diff)
downloadgtk+-16877b4d7bef813a42643ae50c14b13dc8302b36.tar.gz
Reduce includes of gtktypeutils.h to a minimum
Diffstat (limited to 'gtk/gtkbindings.c')
-rw-r--r--gtk/gtkbindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c
index fcf531618a..80bcd8b252 100644
--- a/gtk/gtkbindings.c
+++ b/gtk/gtkbindings.c
@@ -33,8 +33,8 @@
#include <gdkkeysyms.h>
#include "gtkbindings.h"
-#include "gtkkeyhash.h"
#include "gtktypeutils.h"
+#include "gtkkeyhash.h"
#include "gtkwidget.h"
#include "gtkrc.h"