diff options
author | Manish Singh <yosh@gimp.org> | 2002-10-07 19:10:39 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-10-07 19:10:39 +0000 |
commit | 55704fc7c1b5429bf8cc7e8100893b01898a9fe8 (patch) | |
tree | 10a62005decc56928e7d5730c7f84691796b8a40 /gtk/gtktreesortable.h | |
parent | c1fff202edabc843327c94d35ad5f2da977f9957 (diff) | |
download | gtk+-55704fc7c1b5429bf8cc7e8100893b01898a9fe8.tar.gz |
Deprecation cleanup
Mon Oct 7 11:59:33 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkliststore.[ch] gtk/gtktreedatalist.[ch] gtk/gtktreednd.c
gtk/gtktreemodel.[ch] gtk/gtktreemodelsort.[ch]
gtk/gtktreeselection.[ch] gtk/gtktreesortable.[ch]
gtk/gtktreestore.[ch]: Deprecation cleanup
Diffstat (limited to 'gtk/gtktreesortable.h')
-rw-r--r-- | gtk/gtktreesortable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktreesortable.h b/gtk/gtktreesortable.h index 73df07b227..a84a664f81 100644 --- a/gtk/gtktreesortable.h +++ b/gtk/gtktreesortable.h @@ -20,7 +20,9 @@ #ifndef __GTK_TREE_SORTABLE_H__ #define __GTK_TREE_SORTABLE_H__ +#include <gtk/gtkenums.h> #include <gtk/gtktreemodel.h> +#include <gtk/gtktypeutils.h> G_BEGIN_DECLS |