summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.h
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2002-10-08 21:51:56 +0000
committerManish Singh <yosh@src.gnome.org>2002-10-08 21:51:56 +0000
commit012230f127e58ed73ae82467bf0aa14cbd6b0cb0 (patch)
treec7bd20fefe3186e0857660cadc10e323922cf1ce /gtk/gtktreemodel.h
parent1f8a8061b5649906009955593699b09208bb413f (diff)
downloadgtk+-012230f127e58ed73ae82467bf0aa14cbd6b0cb0.tar.gz
restore gtkobject.h #include so we don't break backwards compat.
Tue Oct 8 14:49:56 2002 Manish Singh <yosh@gimp.org> * gtk/gtktreemodel.h: restore gtkobject.h #include so we don't break backwards compat.
Diffstat (limited to 'gtk/gtktreemodel.h')
-rw-r--r--gtk/gtktreemodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtktreemodel.h b/gtk/gtktreemodel.h
index 7175688f97..b611729ed1 100644
--- a/gtk/gtktreemodel.h
+++ b/gtk/gtktreemodel.h
@@ -22,6 +22,9 @@
#include <glib-object.h>
+/* Not needed, retained for compatibility -Yosh */
+#include <gtk/gtkobject.h>
+
G_BEGIN_DECLS
#define GTK_TYPE_TREE_MODEL (gtk_tree_model_get_type ())