summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorbutton.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/gtkcolorbutton.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/gtkcolorbutton.c')
-rw-r--r--gtk/gtkcolorbutton.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c
index e3d0f41ee7..91e1427110 100644
--- a/gtk/gtkcolorbutton.c
+++ b/gtk/gtkcolorbutton.c
@@ -31,8 +31,7 @@
#include "config.h"
#include "gtkcolorbutton.h"
-#include "gdk/gdkkeysyms.h"
-#include "gdk-pixbuf/gdk-pixbuf.h"
+
#include "gtkbutton.h"
#include "gtkmain.h"
#include "gtkalignment.h"