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
This commit is contained in:
Michael Natterer 2008-03-14 20:38:58 +00:00 committed by Michael Natterer
parent e63cefa042
commit 57fa18345f
7 changed files with 11 additions and 9 deletions

View File

@ -1,3 +1,13 @@
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.
2008-03-14 Michael Natterer <mitch@imendio.com>
* gtk/gtkadjustment.c: coding style cleanup.

View File

@ -23,7 +23,6 @@
#define __GDK_SPAWN_H__
#include <gdk/gdkscreen.h>
#include <glib/gspawn.h>
G_BEGIN_DECLS

View File

@ -21,9 +21,6 @@
#ifndef __GTK_BUILDER_PRIVATE_H__
#define __GTK_BUILDER_PRIVATE_H__
#include <glib/gmarkup.h>
#include <glib/gslist.h>
#include <glib-object.h>
#include "gtkbuilder.h"

View File

@ -32,7 +32,7 @@
#include <config.h>
#include <errno.h>
#include <string.h>
#include <glib/gkeyfile.h>
#include <glib.h>
#include <glib/gi18n-lib.h>
#include "gtkfilechoosersettings.h"
#include "gtkalias.h"

View File

@ -39,8 +39,6 @@
#include <string.h>
#include <glib/gstrfuncs.h>
#define BATCH_SIZE 500
typedef struct

View File

@ -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

View File

@ -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