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.
This commit is contained in:
Manish Singh
2002-10-08 21:51:56 +00:00
committed by Manish Singh
parent 1f8a8061b5
commit 012230f127
7 changed files with 33 additions and 0 deletions

View File

@ -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 ())