mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
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:
parent
ab74710386
commit
9591e90b0a
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user