From 2c79668714e33b1cbd0091434c1bf916aa108f14 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 31 Dec 2006 15:53:44 +0000 Subject: [PATCH] fix include order svn path=/trunk/; revision=5182 --- gmodule/ChangeLog | 5 +++++ gmodule/gmodule.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index fcfa4ae..03ab1c7 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,8 @@ +2006-12-31 Matthias Clasen + + * gmodule.c: Fix include order for win32. (#390943, + Kazuki Iwamoto) + 2006-12-28 Matthias Clasen * gmodule.c: Clean up includes. diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c index 65966a4..be00e53 100644 --- a/gmodule/gmodule.c +++ b/gmodule/gmodule.c @@ -29,6 +29,9 @@ */ #include +#include "gmoduleconf.h" +#include "gstdio.h" +#include "gmodule.h" #include #include @@ -42,9 +45,6 @@ #include /* 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 -- 2.7.4