gdk/gdkinternals.h #include <gio/gio.h> instead of individual files.

2007-12-14  Michael Natterer  <mitch@imendio.com>

	* gdk/gdkinternals.h
	* gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
	individual files.

	* gdk/gdkapplaunchcontext.c
	* gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
	header already includes everything now.


svn path=/trunk/; revision=19180
This commit is contained in:
Michael Natterer 2007-12-14 11:20:10 +00:00 committed by Michael Natterer
parent 41c300a5c7
commit a84ac8e3d8
5 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,13 @@
2007-12-14 Michael Natterer <mitch@imendio.com>
* gdk/gdkinternals.h
* gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
individual files.
* gdk/gdkapplaunchcontext.c
* gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
header already includes everything now.
2007-12-14 Mathias Hasselmann <mathias@openismus.com>
Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as

View File

@ -26,8 +26,6 @@
#include <unistd.h>
#include <glib.h>
#include <gio/gfileicon.h>
#include <gio/gthemedicon.h>
#include "gdkapplaunchcontext.h"
#include "gdkinternals.h"

View File

@ -24,7 +24,7 @@
#define __GDK_APP_LAUNCH_CONTEXT_H__
#include <glib.h>
#include <gio/gappinfo.h>
#include <gio/gio.h>
#include <gdk/gdkdisplay.h>
G_BEGIN_DECLS

View File

@ -26,10 +26,10 @@
/* Uninstalled header defining types and functions internal to GDK */
#include <gio/gio.h>
#include <gdk/gdktypes.h>
#include <gdk/gdkwindow.h>
#include <gdk/gdkprivate.h>
#include <gio/gappinfo.h>
#ifndef __GDK_INTERNALS_H__
#define __GDK_INTERNALS_H__

View File

@ -26,8 +26,6 @@
#include <unistd.h>
#include <glib.h>
#include <gio/gfileicon.h>
#include <gio/gthemedicon.h>
#include "gdkx.h"
#include "gdkapplaunchcontext.h"