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
This commit is contained in:
Kjartan Maraas
2008-06-20 18:52:52 +00:00
committed by Kjartan Maraas
parent c8322b8c0e
commit 0eba9bf8fe
8 changed files with 20 additions and 7 deletions

View File

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