summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-12-31 15:53:44 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-31 15:53:44 +0000
commit2c79668714e33b1cbd0091434c1bf916aa108f14 (patch)
treea6109771d7f5542e1a55537c708f9a595a9cc127 /gmodule
parent0f9cf7898b9b7c2ee495f546c770c376a64738eb (diff)
downloadglib-2c79668714e33b1cbd0091434c1bf916aa108f14.tar.gz
fix include order
svn path=/trunk/; revision=5182
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/ChangeLog5
-rw-r--r--gmodule/gmodule.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index fcfa4aec8..03ab1c7cf 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-31 Matthias Clasen <mclasen@redhat.com>
+
+ * gmodule.c: Fix include order for win32. (#390943,
+ Kazuki Iwamoto)
+
2006-12-28 Matthias Clasen <mclasen@redhat.com>
* gmodule.c: Clean up includes.
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 65966a496..be00e53aa 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -29,6 +29,9 @@
*/
#include <config.h>
+#include "gmoduleconf.h"
+#include "gstdio.h"
+#include "gmodule.h"
#include <errno.h>
#include <string.h>
@@ -42,9 +45,6 @@
#include <io.h> /* For open() and close() prototypes. */
#endif
-#include "gstdio.h"
-#include "gmodule.h"
-#include "gmoduleconf.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