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:
committed by
Kjartan Maraas
parent
c8322b8c0e
commit
0eba9bf8fe
@ -32,7 +32,7 @@
|
||||
#define __GTK_OBJECT_H__
|
||||
|
||||
|
||||
#include <gdk/gdkconfig.h>
|
||||
#include <gdkconfig.h>
|
||||
#include <gtk/gtkenums.h>
|
||||
#include <gtk/gtktypeutils.h>
|
||||
#include <gtk/gtkdebug.h>
|
||||
|
||||
Reference in New Issue
Block a user