Remove eexcessive header inclusions
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 00:44:59 +0000 (20:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 00:44:59 +0000 (20:44 -0400)
glib/grand.c

index 33bbbbc..9a72c2f 100644 (file)
  * 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
  */
 
 #include <unistd.h>
 #endif
 
-#include "glib.h"
+#include "grand.h"
+
+#include "gmem.h"
+#include "gtestutils.h"
+#include "gthread.h"
 #include "gthreadprivate.h"
 
 #ifdef G_OS_WIN32