diff --git a/ChangeLog b/ChangeLog index 15b9105cd..c00a533fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-27 Emmanuele Bassi + + * glib/gdate.h: Remove old comment and forward declaration of + struct tm: gdate.h includes time.h now. + 2007-03-23 Matthias Clasen * tests/gobject/Makefile.am: Handle $RANDOM missing. (#356843, diff --git a/glib/gdate.h b/glib/gdate.h index e2ee21534..8ec02afc6 100644 --- a/glib/gdate.h +++ b/glib/gdate.h @@ -47,8 +47,6 @@ typedef gint32 GTime; typedef guint16 GDateYear; typedef guint8 GDateDay; /* day of the month */ typedef struct _GDate GDate; -/* make struct tm known without having to include time.h */ -struct tm; /* enum used to specify order of appearance in parsed date strings */ typedef enum