From d940f269e39cdcc77fc4325e7e9a6bbd814adb59 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Apr 2006 18:00:39 +0000 Subject: [PATCH] Don't include sys/time.h (#337027, Kazuki IWAMOTO) 2006-04-03 Matthias Clasen * glib/gbookmarkfile.c: Don't include sys/time.h (#337027, Kazuki IWAMOTO) --- ChangeLog | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ glib/gbookmarkfile.c | 4 +--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95f90c8..4d54c58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-03 Matthias Clasen + + * glib/gbookmarkfile.c: Don't include sys/time.h (#337027, + Kazuki IWAMOTO) + 2006-03-31 Tor Lillqvist * glib/gstdio.c (g_remove): Revert change below. It wasn't a good diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 95f90c8..4d54c58 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2006-04-03 Matthias Clasen + + * glib/gbookmarkfile.c: Don't include sys/time.h (#337027, + Kazuki IWAMOTO) + 2006-03-31 Tor Lillqvist * glib/gstdio.c (g_remove): Revert change below. It wasn't a good diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c index 528d74b..cd535f8 100644 --- a/glib/gbookmarkfile.c +++ b/glib/gbookmarkfile.c @@ -31,10 +31,8 @@ #include #include #include -#include #ifdef HAVE_UNISTD_H -#include -#endif +#include