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:
committed by
Manish Singh
parent
1f8a8061b5
commit
012230f127
@ -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 ())
|
||||
|
||||
Reference in New Issue
Block a user