]> Pileus Git - ~andy/gtk/commitdiff
gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h
authorMichael Natterer <mitch@imendio.com>
Tue, 24 Jun 2008 10:16:01 +0000 (10:16 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 24 Jun 2008 10:16:01 +0000 (10:16 +0000)
2008-06-24  Michael Natterer  <mitch@imendio.com>

* 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
gtk/gtkassistant.h
gtk/gtkcellrenderer.h
gtk/gtkfilechooserentry.h
gtk/gtkprivate.h
gtk/gtktooltip.h
gtk/gtktreeview.h
gtk/gtkwindow.h

index 12e5378863c3b8e101560f751a4cb8e69ee089d9..bf4e03357d644d3f038399bc2f3382072704882f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-06-24  Michael Natterer  <mitch@imendio.com>
+
+       * 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  <mitch@imendio.com>
 
        * gtk/gtktextutil.h: remove includes from this internal header.
index e59d7e94b0f8e93e1db74997ce28d42a88b3b480..b39afef43bd9590d0f4080f1de336f8a4cd5b836 100644 (file)
@@ -30,7 +30,6 @@
 #ifndef __GTK_ASSISTANT_H__
 #define __GTK_ASSISTANT_H__
 
-#include <gtk/gtkwidget.h>
 #include <gtk/gtkwindow.h>
 
 G_BEGIN_DECLS
index 25e8571103a81a18915de2c53d32b913d1df16e2..8b54292692cd62600c966c488e0aef1eb2829991 100644 (file)
@@ -24,8 +24,6 @@
 #ifndef __GTK_CELL_RENDERER_H__
 #define __GTK_CELL_RENDERER_H__
 
-#include <gtk/gtkobject.h>
-#include <gtk/gtkwidget.h>
 #include <gtk/gtkcelleditable.h>
 
 G_BEGIN_DECLS
index c68d0e9636b3afa2d05d35495595403add5c1511..2818fd9da7d4d45283fa45486fe03b3828b89f57 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "gtkfilesystem.h"
 #include "gtkfilechooser.h"
-#include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS
 
index 690cc8a34f80802870408fc3c9346156707f1184..c423f7b1e198147a35a692e307daf171d6caee87 100644 (file)
  * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 #ifndef __GTK_PRIVATE_H__
 #define __GTK_PRIVATE_H__
 
-
-#include <gtk/gtkobject.h>
 #include <gtk/gtkwidget.h>
 
-
 G_BEGIN_DECLS
 
 /* The private flags that are used in the private_flags member of GtkWidget.
index be2bd40b4d61aa9cffab0ae7f3532f5123ee7bec..8039da6fbce8ed238f33502ec98a978367f7eea5 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef __GTK_TOOLTIP_H__
 #define __GTK_TOOLTIP_H__
 
-#include <gtk/gtkwidget.h>
 #include <gtk/gtkwindow.h>
 
 G_BEGIN_DECLS
index f98b2343bebb20fcb1ec03617bbcc935f7107f15..098ab5ce173498c969a3a7fc30188516b101a5e3 100644 (file)
 #ifndef __GTK_TREE_VIEW_H__
 #define __GTK_TREE_VIEW_H__
 
-#include <gtk/gtkwidget.h>
 #include <gtk/gtkcontainer.h>
 #include <gtk/gtktreemodel.h>
 #include <gtk/gtktreeviewcolumn.h>
 #include <gtk/gtkdnd.h>
 #include <gtk/gtkentry.h>
 
-
 G_BEGIN_DECLS
 
 
index dcc4a26bace1401aa572e88cc820b4abfde28172..bd8545e3d51ab4d9b34794c4de1c0191d81c1046 100644 (file)
 #ifndef __GTK_WINDOW_H__
 #define __GTK_WINDOW_H__
 
-
 #include <gdk/gdk.h>
 #include <gtk/gtkaccelgroup.h>
 #include <gtk/gtkbin.h>
 #include <gtk/gtkenums.h>
-#include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS