Don't include gtk.h here

This commit is contained in:
Matthias Clasen 2011-06-07 18:32:48 -04:00
parent e7f88838f6
commit 8a5e1fe543

View File

@ -20,7 +20,8 @@
#ifndef __GTK_TREE_DATA_LIST_H__
#define __GTK_TREE_DATA_LIST_H__
#include <gtk/gtk.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreesortable.h>
typedef struct _GtkTreeDataList GtkTreeDataList;
struct _GtkTreeDataList