a11y: Remove gtk.h include
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
#include <atk/atk.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkaccessible.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user