Remove old comment and forward declaration of struct tm: gdate.h includes
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 27 Mar 2007 15:16:18 +0000 (15:16 +0000)
committerEmmanuele Bassi <ebassi@src.gnome.org>
Tue, 27 Mar 2007 15:16:18 +0000 (15:16 +0000)
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

ChangeLog
glib/gdate.h

index 15b9105..c00a533 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index e2ee215..8ec02af 100644 (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