diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2008-06-20 18:52:52 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2008-06-20 18:52:52 +0000 |
commit | 0eba9bf8fe7777106720d78113c0520e63ec20b9 (patch) | |
tree | 3385b5d455c6f7b6ce2086f608b19e99600cc655 /gtk/gtkliststore.h | |
parent | c8322b8c0ed0036bab3f38b5097ef3eb9187400d (diff) | |
download | gtk+-0eba9bf8fe7777106720d78113c0520e63ec20b9.tar.gz |
reviewed by: <Carlos Garnacho <garnacho@gnome.org>
2008-06-20 Kjartan Maraas <kmaraas@gnome.org>
reviewed by: <Carlos Garnacho <garnacho@gnome.org>
* gtk/gtkbuilder.h:
* gtk/gtkliststore.h:
* gtk/gtkobject.h:
* gtk/gtktextchild.h:
* gtk/gtktreemodelfilter.h:
* gtk/gtktreemodelsort.h:
* gtk/gtktreestore.h:
#include <gdkconfig.h> not <gdk/gdkconfig.h>
svn path=/trunk/; revision=20653
Diffstat (limited to 'gtk/gtkliststore.h')
-rw-r--r-- | gtk/gtkliststore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkliststore.h b/gtk/gtkliststore.h index e03c3bccfc..6de426e89c 100644 --- a/gtk/gtkliststore.h +++ b/gtk/gtkliststore.h @@ -24,7 +24,7 @@ #ifndef __GTK_LIST_STORE_H__ #define __GTK_LIST_STORE_H__ -#include <gdk/gdkconfig.h> +#include <gdkconfig.h> #include <gtk/gtktreemodel.h> #include <gtk/gtktreesortable.h> |