From a13f698b3a1d5d3376cc60c3ea99b1857f1f8a19 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 24 Jun 2008 10:16:01 +0000 Subject: gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h 2008-06-24 Michael Natterer * gtk/gtkassistant.h * gtk/gtkcellrenderer.h * gtk/gtkfilechooserentry.h * gtk/gtkprivate.h * gtk/gtktooltip.h * gtk/gtktreeview.h * gtk/gtkwindow.h: no need to include gtkwidget.h or gtkobject.h if there is any other widget included, they all have to include their respective parent classes (the is-a relation works for includes too). svn path=/trunk/; revision=20679 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12e5378863..bf4e03357d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-06-24 Michael Natterer + + * gtk/gtkassistant.h + * gtk/gtkcellrenderer.h + * gtk/gtkfilechooserentry.h + * gtk/gtkprivate.h + * gtk/gtktooltip.h + * gtk/gtktreeview.h + * gtk/gtkwindow.h: no need to include gtkwidget.h or gtkobject.h + if there is any other widget included, they all have to include + their respective parent classes (the is-a relation works for + includes too). + 2008-06-24 Michael Natterer * gtk/gtktextutil.h: remove includes from this internal header. -- cgit v1.2.1