a11y: Remove gtk.h include

This commit is contained in:
Benjamin Otte
2018-02-08 23:39:17 +01:00
parent f08bc40fbb
commit 9c7874214e
5 changed files with 23 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
#endif
#include <atk/atk.h>
#include <gtk/gtk.h>
#include <gtk/gtkaccessible.h>
G_BEGIN_DECLS

View File

@@ -16,12 +16,16 @@
*/
#include "config.h"
#include "gtkcellrenderer.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
#include "gtktypebuiltins.h"
#include "gtkprivate.h"
#include "gtksnapshot.h"
#include "gtktreeprivate.h"
#include "gtktypebuiltins.h"
#include "a11y/gtkrenderercellaccessible.h"

View File

@@ -16,16 +16,21 @@
*/
#include "config.h"
#include <stdlib.h>
#include <cairo-gobject.h>
#include "gtkcellrendererpixbuf.h"
#include "gtkiconhelperprivate.h"
#include "gtkicontheme.h"
#include "gtkintl.h"
#include "gtkprivate.h"
#include "gtksnapshot.h"
#include "gtkstylecontextprivate.h"
#include "gtktypebuiltins.h"
#include "a11y/gtkimagecellaccessible.h"
#include <cairo-gobject.h>
#include <stdlib.h>
/**
* SECTION:gtkcellrendererpixbuf

View File

@@ -19,17 +19,18 @@
#include "gtkcellrenderertext.h"
#include <stdlib.h>
#include "gtkeditable.h"
#include "gtkentry.h"
#include "gtksizerequest.h"
#include "gtkmarshalers.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
#include "gtkprivate.h"
#include "gtksizerequest.h"
#include "gtksnapshot.h"
#include "gtktreeprivate.h"
#include "a11y/gtktextcellaccessible.h"
#include <stdlib.h>
/**
* SECTION:gtkcellrenderertext

View File

@@ -16,16 +16,20 @@
*/
#include "config.h"
#include <stdlib.h>
#include "gtkcellrenderertoggle.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
#include "gtkprivate.h"
#include "gtkrendericonprivate.h"
#include "gtksnapshot.h"
#include "gtkstylecontextprivate.h"
#include "gtktreeprivate.h"
#include "a11y/gtkbooleancellaccessible.h"
#include <stdlib.h>
/**
* SECTION:gtkcellrenderertoggle