mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
Don't include sys/time.h (#337027, Kazuki IWAMOTO)
2006-04-03 Matthias Clasen <mclasen@redhat.com> * glib/gbookmarkfile.c: Don't include sys/time.h (#337027, Kazuki IWAMOTO)
This commit is contained in:
parent
0126297bdf
commit
d940f269e3
@ -1,3 +1,8 @@
|
||||
2006-04-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gbookmarkfile.c: Don't include sys/time.h (#337027,
|
||||
Kazuki IWAMOTO)
|
||||
|
||||
2006-03-31 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gstdio.c (g_remove): Revert change below. It wasn't a good
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-04-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gbookmarkfile.c: Don't include sys/time.h (#337027,
|
||||
Kazuki IWAMOTO)
|
||||
|
||||
2006-03-31 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gstdio.c (g_remove): Revert change below. It wasn't a good
|
||||
|
@ -31,10 +31,8 @@
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <unist
|
||||
|
||||
#include "gconvert.h"
|
||||
#include "gdataset.h"
|
||||
|
Loading…
Reference in New Issue
Block a user