no need to include <gdk/gdk.h> in any widget header, it's included via

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

	* gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
	it's included via gtkwidget.h anyway.


svn path=/trunk/; revision=21732
This commit is contained in:
Michael Natterer
2008-10-30 15:58:06 +00:00
committed by Michael Natterer
parent 2c32cdd893
commit e7b18d2a61
71 changed files with 45 additions and 81 deletions

View File

@ -30,7 +30,7 @@
#ifndef __GTK_CLIST_H__
#define __GTK_CLIST_H__
#include <gdk/gdk.h>
#include <gtk/gtksignal.h>
#include <gtk/gtkalignment.h>
#include <gtk/gtklabel.h>
@ -39,6 +39,7 @@
#include <gtk/gtkvscrollbar.h>
#include <gtk/gtkenums.h>
G_BEGIN_DECLS