From: jacob berkman Date: Tue, 20 Nov 2001 00:02:15 +0000 (+0000) Subject: include glib-object.h rather than gobject/gobject.h X-Git-Tag: GOBJECT_GType_guint~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4fd840eaf5a05ba009706872a7892da63970530;p=platform%2Fupstream%2Fglib.git include glib-object.h rather than gobject/gobject.h 2001-11-19 jacob berkman * gobjectnotifyqueue.c: include glib-object.h rather than gobject/gobject.h --- diff --git a/gobject/ChangeLog b/gobject/ChangeLog index deda0c7..038c554 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2001-11-19 jacob berkman + + * gobjectnotifyqueue.c: include glib-object.h rather than + gobject/gobject.h + 2001-11-16 Mark McLoughlin * glib-mkenums.in: allow the enums name to not be on the same diff --git a/gobject/gobjectnotifyqueue.c b/gobject/gobjectnotifyqueue.c index ef3cbce..f2c0873 100644 --- a/gobject/gobjectnotifyqueue.c +++ b/gobject/gobjectnotifyqueue.c @@ -20,7 +20,7 @@ #define __G_NOTIFY_H__ #include /* memset */ -#include +#include G_BEGIN_DECLS