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 bc73dcb..34c162f 100644 (file)
@@ -1,5 +1,10 @@
 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 ===
 
 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
index 353a057..8bc847d 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 159bc98..c54eed9 100644 (file)
@@ -23,6 +23,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <be/kernel/image.h> /* image (aka DSO) handling functions... */
 
index ce33777..035b2a9 100644 (file)
@@ -27,6 +27,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <dlfcn.h>
 
index 913ac45..401b32f 100644 (file)
@@ -27,6 +27,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <dl.h>
 
index 3a96017..1896b43 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 4dd0404..d074d8c 100644 (file)
@@ -27,6 +27,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <dlfcn.h>
 
index 3e8fe02..7dba30e 100644 (file)
@@ -30,6 +30,7 @@
 /* 
  * MT safe
  */
+#include "config.h"
 
 #include <stdio.h>
 #include <windows.h>
index 0bc6a68..063bd31 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