fix include order

svn path=/trunk/; revision=5182
This commit is contained in:
Matthias Clasen
2006-12-31 15:53:44 +00:00
parent 0f9cf7898b
commit 2c79668714
2 changed files with 8 additions and 3 deletions

View File

@@ -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