Drop unneeded includes of gdkkeysyms.h

Just a minor cleanup; gtk.h includes this header in GTK+ 3.
This commit is contained in:
Matthias Clasen 2011-07-01 17:08:30 -04:00
parent 254538bf77
commit a3113386df
6 changed files with 0 additions and 7 deletions

View File

@ -21,7 +21,6 @@
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "gailbutton.h"
#include <libgail-util/gailmisc.h>

View File

@ -20,7 +20,6 @@
#include "config.h"
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "gtkcomboboxaccessible.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <gtk/gtk.h>
#include "gtkpango.h"
#include <gdk/gdkkeysyms.h>
#include "gtkentryaccessible.h"
#include "gtkcomboboxaccessible.h"

View File

@ -21,7 +21,6 @@
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "gtkexpanderaccessible.h"
static void atk_action_interface_init (AtkActionIface *iface);

View File

@ -21,7 +21,6 @@
#define __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
#include "gtknotebookaccessible.h"
#include "gailtextutil.h"
G_BEGIN_DECLS
@ -40,7 +39,6 @@ struct _GtkNotebookPageAccessible
AtkObject parent;
GtkAccessible *notebook;
GtkWidget *child;
};

View File

@ -21,7 +21,6 @@
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "gtkrangeaccessible.h"