summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-03-14 20:38:58 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-03-14 20:38:58 +0000
commit57fa18345fdaf97ecdb1b09202f7116f41335b76 (patch)
tree5adcd37b8b81fa73385fe6a69adb18900f6722f8 /gdk
parente63cefa042bed7ae4141b5d9755139ad1487bcce (diff)
downloadgtk+-57fa18345fdaf97ecdb1b09202f7116f41335b76.tar.gz
gdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoosersettings.c
2008-03-14 Michael Natterer <mitch@imendio.com> * gdk/gdkspawn.h * gtk/gtkbuilderprivate.h * gtk/gtkfilechoosersettings.c * gtk/gtksearchenginesimple.c * gtk/tests/liststore.c * gtk/tests/treestore.c: remove single-file includes of GLib headers or replace them by <glib.h> where needed. svn path=/trunk/; revision=19877
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdkspawn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkspawn.h b/gdk/gdkspawn.h
index 72901010d3..745a1f806b 100644
--- a/gdk/gdkspawn.h
+++ b/gdk/gdkspawn.h
@@ -23,7 +23,6 @@
#define __GDK_SPAWN_H__
#include <gdk/gdkscreen.h>
-#include <glib/gspawn.h>
G_BEGIN_DECLS