summaryrefslogtreecommitdiff
path: root/gdk/gdkapplaunchcontext.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2007-12-14 11:20:10 +0000
committerMichael Natterer <mitch@src.gnome.org>2007-12-14 11:20:10 +0000
commita84ac8e3d80175e1b343630c51f7d32624b49c2e (patch)
tree512bb0f7e15202504ed41d6506cdd0914afd8d1f /gdk/gdkapplaunchcontext.h
parent41c300a5c722ffe76ce5d00d40e04695cfceb54c (diff)
downloadgtk+-a84ac8e3d80175e1b343630c51f7d32624b49c2e.tar.gz
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
Diffstat (limited to 'gdk/gdkapplaunchcontext.h')
-rw-r--r--gdk/gdkapplaunchcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkapplaunchcontext.h b/gdk/gdkapplaunchcontext.h
index 70b814cfbf..806125b630 100644
--- a/gdk/gdkapplaunchcontext.h
+++ b/gdk/gdkapplaunchcontext.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