From 56818094485fdfb26ee57b86afe1526704158a73 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Sep 2010 20:51:08 -0400 Subject: [PATCH] Remove excessive header inclusions --- glib/gmessages.c | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/glib/gmessages.c b/glib/gmessages.c index 235e726..f9592ba 100644 --- a/glib/gmessages.c +++ b/glib/gmessages.c @@ -21,10 +21,10 @@ * Modified by the GLib Team and others 1997-2000. See the AUTHORS * file for a list of people on the GLib Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GLib at ftp://ftp.gtk.org/pub/gtk/. + * GLib at ftp://ftp.gtk.org/pub/gtk/. */ -/* +/* * MT safe */ @@ -41,11 +41,6 @@ #include #include -#include "glib.h" -#include "gdebug.h" -#include "gprintfint.h" -#include "gthreadprivate.h" - #ifdef G_OS_WIN32 #include /* For getpid() */ #include @@ -55,6 +50,20 @@ # undef STRICT #endif +#include "gmessages.h" + +#include "gbacktrace.h" +#include "gconvert.h" +#include "gdebug.h" +#include "gmem.h" +#include "gprintfint.h" +#include "gtestutils.h" +#include "gthread.h" +#include "gthreadprivate.h" +#include "gstrfuncs.h" +#include "gstring.h" + + /* --- structures --- */ typedef struct _GLogDomain GLogDomain; typedef struct _GLogHandler GLogHandler; -- 2.7.4