From: Emmanuele Bassi Date: Tue, 27 Mar 2007 15:16:18 +0000 (+0000) Subject: Remove old comment and forward declaration of struct tm: gdate.h includes X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9591e90b0afc14faf1a98c6404578771b82ea50c;p=dana%2Fcg-glib.git Remove old comment and forward declaration of struct tm: gdate.h includes 2007-03-27 Emmanuele Bassi * glib/gdate.h: Remove old comment and forward declaration of struct tm: gdate.h includes time.h now. svn path=/trunk/; revision=5438 --- diff --git a/ChangeLog b/ChangeLog index 15b9105c..c00a533f 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 e2ee2153..8ec02afc 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