diff options
author | Michael Natterer <mitch@imendio.com> | 2008-03-14 20:38:58 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-03-14 20:38:58 +0000 |
commit | 57fa18345fdaf97ecdb1b09202f7116f41335b76 (patch) | |
tree | 5adcd37b8b81fa73385fe6a69adb18900f6722f8 /gdk | |
parent | e63cefa042bed7ae4141b5d9755139ad1487bcce (diff) | |
download | gtk+-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.h | 1 |
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 |