mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
fix include order
svn path=/trunk/; revision=5182
This commit is contained in:
parent
0f9cf7898b
commit
2c79668714
@ -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>
|
2006-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gmodule.c: Clean up includes.
|
* gmodule.c: Clean up includes.
|
||||||
|
@ -29,6 +29,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
#include "gmoduleconf.h"
|
||||||
|
#include "gstdio.h"
|
||||||
|
#include "gmodule.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -42,9 +45,6 @@
|
|||||||
#include <io.h> /* For open() and close() prototypes. */
|
#include <io.h> /* For open() and close() prototypes. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gstdio.h"
|
|
||||||
#include "gmodule.h"
|
|
||||||
#include "gmoduleconf.h"
|
|
||||||
|
|
||||||
/* We maintain a list of modules, so we can reference count them.
|
/* We maintain a list of modules, so we can reference count them.
|
||||||
* That's needed because some platforms don't support refernce counts on
|
* That's needed because some platforms don't support refernce counts on
|
||||||
|
Loading…
Reference in New Issue
Block a user