summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2008-05-28 12:59:48 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-28 12:59:48 +0000
commitda042c898d574dd58614ade2b6a09945cd42e518 (patch)
tree1b6df91e8b94743550cbcad5c3f350508b48eb30 /ChangeLog
parent6720ef6d809b7adec22d18ceb42c29b59e5fca3b (diff)
downloadgtk+-da042c898d574dd58614ade2b6a09945cd42e518.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69e4d3070c..72fc14c756 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
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.
+
+2008-05-28 Michael Natterer <mitch@imendio.com>
+
* modules/printbackends/cups/gtkcupsutils.c
* modules/printbackends/cups/gtkprintbackendcups.c
* modules/printbackends/file/gtkprintbackendfile.c