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:
Matthias Clasen 2006-04-03 18:00:39 +00:00 committed by Matthias Clasen
parent 0126297bdf
commit d940f269e3
3 changed files with 11 additions and 3 deletions

View File

@ -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> 2006-03-31 Tor Lillqvist <tml@novell.com>
* glib/gstdio.c (g_remove): Revert change below. It wasn't a good * glib/gstdio.c (g_remove): Revert change below. It wasn't a good

View File

@ -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> 2006-03-31 Tor Lillqvist <tml@novell.com>
* glib/gstdio.c (g_remove): Revert change below. It wasn't a good * glib/gstdio.c (g_remove): Revert change below. It wasn't a good

View File

@ -31,10 +31,8 @@
#include <stdarg.h> #include <stdarg.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/time.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unist
#endif
#include "gconvert.h" #include "gconvert.h"
#include "gdataset.h" #include "gdataset.h"