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:
parent
e63cefa042
commit
57fa18345f
10
ChangeLog
10
ChangeLog
@ -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.
|
||||
|
@ -23,7 +23,6 @@
|
||||
#define __GDK_SPAWN_H__
|
||||
|
||||
#include <gdk/gdkscreen.h>
|
||||
#include <glib/gspawn.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -39,8 +39,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <glib/gstrfuncs.h>
|
||||
|
||||
#define BATCH_SIZE 500
|
||||
|
||||
typedef struct
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user