gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.

2008-04-18  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkicontheme.h
	* gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
	<gdk/gdkscreen.h>.

	* gtk/gtkbuilderparser.c
	* gtk/gtklinkbutton.c
	* gtk/gtkpreview.c
	* gtk/gtkrecentchooserdefault.c
	* gtk/gtkrecentchoosermenu.c
	* modules/input/gtkimcontextthai.c: remove inclusion of single
	files from gdk, none of the includes was actually needed.


svn path=/trunk/; revision=20023
This commit is contained in:
Michael Natterer 2008-04-18 14:56:23 +00:00 committed by Michael Natterer
parent 53df062635
commit 9f1bc132a2
9 changed files with 17 additions and 15 deletions

View File

@ -1,3 +1,17 @@
2008-04-18 Michael Natterer <mitch@imendio.com>
* gtk/gtkicontheme.h
* gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
<gdk/gdkscreen.h>.
* gtk/gtkbuilderparser.c
* gtk/gtklinkbutton.c
* gtk/gtkpreview.c
* gtk/gtkrecentchooserdefault.c
* gtk/gtkrecentchoosermenu.c
* modules/input/gtkimcontextthai.c: remove inclusion of single
files from gdk, none of the includes was actually needed.
2008-04-18 Michael Natterer <mitch@imendio.com>
* gdk/gdk.h: reorder one include so they are all alphabetical.

View File

@ -23,8 +23,6 @@
#include <string.h>
#include <gmodule.h>
#include <gdk/gdkenumtypes.h>
#include <gdk/gdkkeys.h>
#include "gtktypeutils.h"
#include "gtkbuilderprivate.h"
#include "gtkbuilder.h"

View File

@ -22,7 +22,7 @@
#include <glib-object.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdkscreen.h>
#include <gdk/gdk.h>
G_BEGIN_DECLS

View File

@ -26,10 +26,6 @@
#include <string.h>
#include <gdk/gdkcolor.h>
#include <gdk/gdkcursor.h>
#include <gdk/gdkdisplay.h>
#include "gtkclipboard.h"
#include "gtkdnd.h"
#include "gtkimagemenuitem.h"
@ -58,7 +54,7 @@ struct _GtkLinkButtonPrivate
enum
{
PROP_0,
PROP_URI
};

View File

@ -35,7 +35,6 @@
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include "gdk/gdkrgb.h"
#include "gtkpreview.h"
#include "gtkprivate.h"
#include "gtkintl.h"

View File

@ -29,8 +29,6 @@
#include <unistd.h>
#endif
#include <gdk/gdkscreen.h>
#include "gtkstock.h"
#include "gtkicontheme.h"
#include "gtkiconfactory.h"

View File

@ -22,8 +22,6 @@
#include <string.h>
#include <gdk/gdkscreen.h>
#include "gtkrecentmanager.h"
#include "gtkrecentfilter.h"
#include "gtkrecentchooser.h"

View File

@ -22,8 +22,8 @@
#define __GTK_RECENT_MANAGER_H__
#include <glib-object.h>
#include <gdk/gdkscreen.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdk.h>
#include <time.h>
G_BEGIN_DECLS

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkkeys.h>
#include "gtkimcontextthai.h"
#include "thai-charprop.h"