From 9591e90b0afc14faf1a98c6404578771b82ea50c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 27 Mar 2007 15:16:18 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ glib/gdate.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.34.1