a11y: Remove gtk.h include from listbox headers

This commit is contained in:
Benjamin Otte 2018-02-09 00:52:44 +01:00
parent df68ef8553
commit 6a47dc26e4
4 changed files with 16 additions and 9 deletions

View File

@ -22,7 +22,6 @@
#error "Only <gtk/gtk-a11y.h> can be included directly."
#endif
#include <gtk/gtk.h>
#include <gtk/a11y/gtkcontaineraccessible.h>
G_BEGIN_DECLS

View File

@ -20,6 +20,8 @@
#include <gtk/a11y/gtklistboxaccessible.h>
#include <gtk/gtklistbox.h>
G_BEGIN_DECLS
void _gtk_list_box_accessible_update_cursor (GtkListBox *box,

View File

@ -22,7 +22,6 @@
#error "Only <gtk/gtk-a11y.h> can be included directly."
#endif
#include <gtk/gtk.h>
#include <gtk/a11y/gtkcontaineraccessible.h>
G_BEGIN_DECLS

View File

@ -17,24 +17,31 @@
#include "config.h"
#include "gtklistbox.h"
#include "gtkactionhelperprivate.h"
#include "gtkadjustmentprivate.h"
#include "gtkbindings.h"
#include "gtkbuildable.h"
#include "gtkcontainerprivate.h"
#include "gtkcssnodeprivate.h"
#include "gtklistbox.h"
#include "gtkwidget.h"
#include "gtkdnd.h"
#include "gtkgesturemultipress.h"
#include "gtkintl.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkprivate.h"
#include "gtkintl.h"
#include "gtkscrollable.h"
#include "gtktypebuiltins.h"
#include "gtkwidgetprivate.h"
#include "gtkcontainerprivate.h"
#include "a11y/gtklistboxaccessibleprivate.h"
#include "a11y/gtklistboxrowaccessible.h"
#include <float.h>
#include <math.h>
#include <string.h>
#include "a11y/gtklistboxaccessibleprivate.h"
#include "a11y/gtklistboxrowaccessible.h"
/**
* SECTION:gtklistbox
* @Short_description: A list container