From f4fd840eaf5a05ba009706872a7892da63970530 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Tue, 20 Nov 2001 00:02:15 +0000 Subject: [PATCH] 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 --- gobject/ChangeLog | 5 +++++ gobject/gobjectnotifyqueue.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.7.4