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 /gtk/tests | |
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 'gtk/tests')
-rw-r--r-- | gtk/tests/liststore.c | 1 | ||||
-rw-r--r-- | gtk/tests/treestore.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gtk/tests/liststore.c b/gtk/tests/liststore.c index 27bd87b9d6..588f725f3d 100644 --- a/gtk/tests/liststore.c +++ b/gtk/tests/liststore.c @@ -25,7 +25,6 @@ * - Needs analysis with the code coverage tool once it is there. */ -#include <glib/gtestutils.h> #include <gtk/gtk.h> static inline gboolean diff --git a/gtk/tests/treestore.c b/gtk/tests/treestore.c index 37a98da047..e3a85c92fe 100644 --- a/gtk/tests/treestore.c +++ b/gtk/tests/treestore.c @@ -28,7 +28,6 @@ * - And we also need tests for creating these child levels, etc. */ -#include <glib/gtestutils.h> #include <gtk/gtk.h> static inline gboolean |