summaryrefslogtreecommitdiff
path: root/gtk/gtkprivate.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-24 10:16:01 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-24 10:16:01 +0000
commita13f698b3a1d5d3376cc60c3ea99b1857f1f8a19 (patch)
tree8af248ad17a1351c58df7bee5d360425ede034d1 /gtk/gtkprivate.h
parent7146dd12e59036be498b3d5777d71ec8f175136b (diff)
downloadgtk+-a13f698b3a1d5d3376cc60c3ea99b1857f1f8a19.tar.gz
gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h
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
Diffstat (limited to 'gtk/gtkprivate.h')
-rw-r--r--gtk/gtkprivate.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkprivate.h b/gtk/gtkprivate.h
index 690cc8a34f..c423f7b1e1 100644
--- a/gtk/gtkprivate.h
+++ b/gtk/gtkprivate.h
@@ -21,17 +21,14 @@
* 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.