forked from AuroraMiddleware/gtk
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:
parent
41c300a5c7
commit
a84ac8e3d8
10
ChangeLog
10
ChangeLog
@ -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
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gfileicon.h>
|
||||
#include <gio/gthemedicon.h>
|
||||
|
||||
#include "gdkapplaunchcontext.h"
|
||||
#include "gdkinternals.h"
|
||||
|
@ -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
|
||||
|
@ -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__
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gfileicon.h>
|
||||
#include <gio/gthemedicon.h>
|
||||
|
||||
#include "gdkx.h"
|
||||
#include "gdkapplaunchcontext.h"
|
||||
|
Loading…
Reference in New Issue
Block a user