diff --git a/gtk/a11y/gailbutton.c b/gtk/a11y/gailbutton.c index 6885cf47c9..3ee8cebcc3 100644 --- a/gtk/a11y/gailbutton.c +++ b/gtk/a11y/gailbutton.c @@ -21,7 +21,6 @@ #include #include -#include #include "gailbutton.h" #include diff --git a/gtk/a11y/gtkcomboboxaccessible.c b/gtk/a11y/gtkcomboboxaccessible.c index 5f48459e69..0e3c3f7674 100644 --- a/gtk/a11y/gtkcomboboxaccessible.c +++ b/gtk/a11y/gtkcomboboxaccessible.c @@ -20,7 +20,6 @@ #include "config.h" #include -#include #include "gtkcomboboxaccessible.h" diff --git a/gtk/a11y/gtkentryaccessible.c b/gtk/a11y/gtkentryaccessible.c index 1f42be52ab..66b5af7b73 100644 --- a/gtk/a11y/gtkentryaccessible.c +++ b/gtk/a11y/gtkentryaccessible.c @@ -22,7 +22,6 @@ #include #include #include "gtkpango.h" -#include #include "gtkentryaccessible.h" #include "gtkcomboboxaccessible.h" diff --git a/gtk/a11y/gtkexpanderaccessible.c b/gtk/a11y/gtkexpanderaccessible.c index ab599f9d24..3ad5bd281d 100644 --- a/gtk/a11y/gtkexpanderaccessible.c +++ b/gtk/a11y/gtkexpanderaccessible.c @@ -21,7 +21,6 @@ #include #include -#include #include "gtkexpanderaccessible.h" static void atk_action_interface_init (AtkActionIface *iface); diff --git a/gtk/a11y/gtknotebookpageaccessible.h b/gtk/a11y/gtknotebookpageaccessible.h index c40284595d..7a5fd14f06 100644 --- a/gtk/a11y/gtknotebookpageaccessible.h +++ b/gtk/a11y/gtknotebookpageaccessible.h @@ -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; }; diff --git a/gtk/a11y/gtkrangeaccessible.c b/gtk/a11y/gtkrangeaccessible.c index bcc0b77b97..e4b2dbe46b 100644 --- a/gtk/a11y/gtkrangeaccessible.c +++ b/gtk/a11y/gtkrangeaccessible.c @@ -21,7 +21,6 @@ #include #include -#include #include "gtkrangeaccessible.h"