From 92c577eeff6c42247a4eb3a74eb3f4894a143f9d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Sep 2010 20:44:59 -0400 Subject: [PATCH] Remove eexcessive header inclusions --- glib/grand.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/glib/grand.c b/glib/grand.c index 33bbbbcac..9a72c2fee 100644 --- a/glib/grand.c +++ b/glib/grand.c @@ -29,10 +29,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 */ @@ -47,7 +47,11 @@ #include #endif -#include "glib.h" +#include "grand.h" + +#include "gmem.h" +#include "gtestutils.h" +#include "gthread.h" #include "gthreadprivate.h" #ifdef G_OS_WIN32 -- 2.11.4.GIT