include <gtk/gtk.h> instead of <gtk/gtkaccessible.h>
2008-05-28 Michael Natterer <mitch@gimp.org> * modules/other/gail/gailwidget.h: include <gtk/gtk.h> instead of <gtk/gtkaccessible.h> * modules/other/gail/*.h: don't include anyting from gtk since all headers indirectly include gailwidget.h. * modules/other/gail/gailcellparent.c: include <gtk/gtk.h> instead of individual files. * modules/other/gail/gailcheckmenuitem.c * modules/other/gail/gailmenu.c * modules/other/gail/gailtreeview.c: remove all gtk includes since it's always included by including any gail header. svn path=/trunk/; revision=20211
This commit is contained in:
committed by
Michael Natterer
parent
6720ef6d80
commit
da042c898d
@ -20,7 +20,6 @@
|
||||
#ifndef __GAIL_BOX_H__
|
||||
#define __GAIL_BOX_H__
|
||||
|
||||
#include <gtk/gtkaccessible.h>
|
||||
#include <gail/gailcontainer.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
Reference in New Issue
Block a user