diff options
author | Michael Natterer <mitch@imendio.com> | 2007-12-14 11:20:10 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2007-12-14 11:20:10 +0000 |
commit | a84ac8e3d80175e1b343630c51f7d32624b49c2e (patch) | |
tree | 512bb0f7e15202504ed41d6506cdd0914afd8d1f /gdk/x11/gdkapplaunchcontext-x11.c | |
parent | 41c300a5c722ffe76ce5d00d40e04695cfceb54c (diff) | |
download | gtk+-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/x11/gdkapplaunchcontext-x11.c')
-rw-r--r-- | gdk/x11/gdkapplaunchcontext-x11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/x11/gdkapplaunchcontext-x11.c b/gdk/x11/gdkapplaunchcontext-x11.c index 17d3340de6..6f810c9f92 100644 --- a/gdk/x11/gdkapplaunchcontext-x11.c +++ b/gdk/x11/gdkapplaunchcontext-x11.c @@ -26,8 +26,6 @@ #include <unistd.h> #include <glib.h> -#include <gio/gfileicon.h> -#include <gio/gthemedicon.h> #include "gdkx.h" #include "gdkapplaunchcontext.h" |