no need to include <gtk/gtkenums.h> in headers which somehow include

2008-10-30  Michael Natterer  <mitch@imendio.com>

	* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
	somehow include gtkobject.h or another header which includes it.


svn path=/trunk/; revision=21734
This commit is contained in:
Michael Natterer
2008-10-30 16:34:16 +00:00
committed by Michael Natterer
parent a3b07ac981
commit 3544c28133
19 changed files with 25 additions and 12 deletions

View File

@ -36,6 +36,7 @@
#include <gtk/gtkenums.h>
#include <pango/pango.h>
G_BEGIN_DECLS
#define GTK_TYPE_STYLE (gtk_style_get_type ())