More header inclusion cleanup
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 Sep 2010 04:23:03 +0000 (00:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 Sep 2010 04:23:03 +0000 (00:23 -0400)
glib/gatomic-gcc.c
glib/gatomic.c
glib/gerror.c
glib/giounix.c
glib/gprintf.c
glib/gslice.c
glib/gspawn.c
glib/gunidecomp.c
glib/gutils.c

index 6d2ac22..9f28cee 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "config.h"
 
-#include "glib.h"
+#include "gatomic.h"
 
 gint
 g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
index ae290ec..845c866 100644 (file)
@@ -27,7 +27,7 @@
 #include <sched.h>
 #endif
 
-#include "glib.h"
+#include "gatomic.h"
 #include "gthreadprivate.h"
 
 /**
index 4e4c3e7..1f39739 100644 (file)
 
 #include "config.h"
 
-#include "glib.h"
+#include "gerror.h"
 
+#include "gstrfuncs.h"
+#include "gtestutils.h"
 
 /**
  * g_error_new_valist:
index 9d6364d..e5e095f 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 <string.h>
 #include <fcntl.h>
 
-#include "glib.h"
+#include "giochannel.h"
+
+#include "gerror.h"
+#include "gfileutils.h"
+#include "gtestutils.h"
 
 /*
  * Unix IO Channels
index 06fb6cb..7ef15d3 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include "glib.h"
 #include "gprintf.h"
 #include "gprintfint.h"
 
index 7b6a9b7..cc68170 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "config.h"
 
-#include "gslice.h"
-
 #if     defined HAVE_POSIX_MEMALIGN && defined POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS
 #  define HAVE_COMPLIANT_POSIX_MEMALIGN 1
 #endif
 #include <stdlib.h>             /* posix_memalign() */
 #include <string.h>
 #include <errno.h>
-#include "gmem.h"               /* gslice.h */
-#include "gthreadprivate.h"
-#include "glib.h"
-#include "glib_trace.h"
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>             /* sysconf() */
 #endif
 
 #include <stdio.h>              /* fputs/fprintf */
 
+#include "gslice.h"
+
+#include "gmem.h"               /* gslice.h */
+#include "gutils.h"
+#include "gtestutils.h"
+#include "gthread.h"
+#include "gthreadprivate.h"
+#include "glib_trace.h"
 
 /* the GSlice allocator is split up into 4 layers, roughly modelled after the slab
  * allocator and magazine extensions as outlined in:
index c2b814e..0f8a0a6 100644 (file)
 #include <sys/resource.h>
 #endif /* HAVE_SYS_RESOURCE_H */
 
-#include "glib.h"
+#include "gspawn.h"
+
+#include "gmem.h"
+#include "gstring.h"
+#include "gtestutils.h"
+#include "gutils.h"
 #include "glibintl.h"
 
 static gint g_execute (const gchar  *file,
index 607ceb6..0bd7ced 100644 (file)
@@ -23,8 +23,9 @@
 
 #include <stdlib.h>
 
-#include "glib.h"
+#include "gunicode.h"
 #include "gunidecomp.h"
+#include "gmem.h"
 #include "gunicomp.h"
 #include "gunicodeprivate.h"
 
index a5794e6..e28f6f3 100644 (file)
  */
 #define        G_IMPLEMENT_INLINES 1
 #define        __G_UTILS_C__
-#include "glib.h"
+#include "gutils.h"
+
+#include "gfileutils.h"
+#include "ghash.h"
+#include "gslist.h"
 #include "gprintfint.h"
+#include "gthread.h"
 #include "gthreadprivate.h"
+#include "gtestutils.h"
+#include "gunicode.h"
+#include "gstrfuncs.h"
 #include "glibintl.h"
 
 #ifdef MAXPATHLEN