Fix an include order problem

svn path=/trunk/; revision=7936
This commit is contained in:
Matthias Clasen
2009-03-02 03:56:31 +00:00
parent 0712b73358
commit 90c9ab3178
2 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
#include "config.h"
#include "glib.h"
#include "gmodule.h"
#include <errno.h>
#include <string.h>
@@ -46,7 +47,6 @@
#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