Make header include order consistent (#71704, Diego Escalante Urrelo)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 8 Nov 2007 03:43:46 +0000 (03:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Nov 2007 03:43:46 +0000 (03:43 +0000)
2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * *.c: Make header include order consistent (#71704,
        Diego Escalante Urrelo)

svn path=/trunk/; revision=5817

gmodule/ChangeLog
gmodule/gmodule-ar.c
gmodule/gmodule-beos.c
gmodule/gmodule-dl.c
gmodule/gmodule-dld.c
gmodule/gmodule-dyld.c
gmodule/gmodule-os2.c
gmodule/gmodule-win32.c
gmodule/gmodule.c

index bc73dcb855a2b8b46a624060f9820697e5f9d52c..34c162f70ae19dace55079038c902f42dbb56788 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-07  Matthias Clasen <mclasen@redhat.com>
+
+       * *.c: Make header include order consistent (#71704,
+       Diego Escalante Urrelo)
+
 2007-11-07  Matthias Clasen <mclasen@redhat.com>
 
        * === Released 2.14.3 ===
index 353a05779795a27735f8c5d7214a1a64ab63d157..8bc847d98f2596ed9ccaed8185579d5e76b55ed0 100644 (file)
@@ -24,6 +24,9 @@
 /* because we are compatible with archive format only since AIX 4.3 */
 
 #define __AR_BIG__
+
+#include "config.h"
+
 #include <ar.h>
 #include <stdlib.h>
 
index 159bc985a0f789fc87999c6b9449d650c34a1bf6..c54eed9901c9a4704a64e404b25fb005a62d0a5e 100644 (file)
@@ -23,6 +23,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <be/kernel/image.h> /* image (aka DSO) handling functions... */
 
index ce3377767213d3ca419724b657ad3cdb47707165..035b2a9e742f3dc811aeeedfa40902423203b207 100644 (file)
@@ -27,6 +27,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <dlfcn.h>
 
index 913ac453be66928e07cc0726cb4959ef440c9c95..401b32f73c10c815f940e44a58f3072a39f4e593 100644 (file)
@@ -27,6 +27,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <dl.h>
 
index 3a96017d1c833b14e220030b123ec6f54feae65a..1896b43bd1284f10751b553a2caf44c52a1ad3a9 100644 (file)
@@ -19,6 +19,7 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+#include "config.h"
 
 #include <mach-o/dyld.h>
 
index 4dd0404d72901b5b2426d1aed84df24532c884b1..d074d8c781e6891e4575547409bf58968b14065c 100644 (file)
@@ -27,6 +27,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <dlfcn.h>
 
index 3e8fe02feef2f8bb97b53186858193069a1d3f11..7dba30e1c78a1550823ac6f53c0d23288f1238bc 100644 (file)
@@ -30,6 +30,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <stdio.h>
 #include <windows.h>
index 0bc6a68fb63a2840dee1d19a6fe18fb48741d989..063bd3197c4146087cc983f040080ebebb9cc9ed 100644 (file)
  * MT safe
  */
 
-#include <config.h>
-#include "gmoduleconf.h"
-#include "gstdio.h"
-#include "gmodule.h"
+#include "config.h"
 
 #include <errno.h>
 #include <string.h>
@@ -45,6 +42,9 @@
 #include <io.h>                /* For open() and close() prototypes. */
 #endif
 
+#include "gmoduleconf.h"
+#include "gstdio.h"
+#include "gmodule.h"
 
 /* We maintain a list of modules, so we can reference count them.
  * That's needed because some platforms don't support refernce counts on