diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 12:21:41 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 12:21:41 -0500 |
commit | b5c6904c2f77d20e64b86c48b262d7306502a880 (patch) | |
tree | 8e6131f3976ff1ff68f5a4fd955d92b21c602278 /gtk/gtkdialog.c | |
parent | 16877b4d7bef813a42643ae50c14b13dc8302b36 (diff) | |
download | gtk+-b5c6904c2f77d20e64b86c48b262d7306502a880.tar.gz |
Drop explicit includes of gdkkeysyms.h
These are no longer needed. At the same time, port gtkimcontextsimpleseqs.h
to use the new GDK_KEY_ symbols.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index c5bd040803..1011848a48 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -24,16 +24,17 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#include "config.h" + #include <stdlib.h> #include <string.h> -#include "config.h" + #include "gtkbutton.h" #include "gtkdialog.h" #include "gtkhbbox.h" #include "gtklabel.h" #include "gtkmarshalers.h" #include "gtkvbox.h" -#include "gdkkeysyms.h" #include "gtkmain.h" #include "gtkintl.h" #include "gtkbindings.h" |