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
@ -25,7 +25,7 @@
|
||||
#ifndef __GTK_BUILDER_H__
|
||||
#define __GTK_BUILDER_H__
|
||||
|
||||
#include <gdk/gdkconfig.h>
|
||||
#include <gdkconfig.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
Reference in New Issue
Block a user