summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-04 12:21:41 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-04 12:21:41 -0500
commitb5c6904c2f77d20e64b86c48b262d7306502a880 (patch)
tree8e6131f3976ff1ff68f5a4fd955d92b21c602278 /gtk/gtkexpander.c
parent16877b4d7bef813a42643ae50c14b13dc8302b36 (diff)
downloadgtk+-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/gtkexpander.c')
-rw-r--r--gtk/gtkexpander.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 11a9554d2b..98590bcabc 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -22,7 +22,9 @@
*/
#include "config.h"
+
#include <string.h>
+
#include "gtkexpander.h"
#include "gtklabel.h"
@@ -32,7 +34,6 @@
#include "gtkmain.h"
#include "gtkintl.h"
#include "gtkprivate.h"
-#include <gdk/gdkkeysyms.h>
#include "gtkdnd.h"