mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
Clean up includes.
2006-12-28 Matthias Clasen <mclasen@redhat.com> * gmodule.c: Clean up includes.
This commit is contained in:
parent
98d552e0cd
commit
08e5183b36
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gmodule.c: Clean up includes.
|
||||||
|
|
||||||
2006-12-13 Matthias Clasen <mclasen@redhat.com>
|
2006-12-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gmodule.c (g_module_open):
|
* gmodule.c (g_module_open):
|
||||||
|
@ -28,12 +28,8 @@
|
|||||||
* MT safe
|
* MT safe
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
|
||||||
#include "gstdio.h"
|
|
||||||
#include "gmodule.h"
|
|
||||||
#include "gmoduleconf.h"
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -46,6 +42,10 @@
|
|||||||
#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
|
||||||
* modules e.g. the shl_* implementation of HP-UX
|
* modules e.g. the shl_* implementation of HP-UX
|
||||||
|
Loading…
Reference in New Issue
Block a user