Remove old comment and forward declaration of struct tm: gdate.h includes

2007-03-27  Emmanuele Bassi  <ebassi@gnome.org>

	* glib/gdate.h: Remove old comment and forward declaration of
	struct tm: gdate.h includes time.h now.

svn path=/trunk/; revision=5438
This commit is contained in:
Emmanuele Bassi 2007-03-27 15:16:18 +00:00 committed by Emmanuele Bassi
parent ab74710386
commit 9591e90b0a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-03-27 Emmanuele Bassi <ebassi@gnome.org>
* glib/gdate.h: Remove old comment and forward declaration of
struct tm: gdate.h includes time.h now.
2007-03-23 Matthias Clasen <mclasen@redhat.com>
* tests/gobject/Makefile.am: Handle $RANDOM missing. (#356843,

View File

@ -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