diff options
author | jacob berkman <jacob@ximian.com> | 2001-11-20 00:02:15 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2001-11-20 00:02:15 +0000 |
commit | f4fd840eaf5a05ba009706872a7892da63970530 (patch) | |
tree | dd90ccdf872873c58288e0b2c282d031a81cd5ac /gobject | |
parent | 64da82ad07168e5391e3d5585de6a52d9e42bcaf (diff) |
include glib-object.h rather than gobject/gobject.h
2001-11-19 jacob berkman <jacob@ximian.com>
* gobjectnotifyqueue.c: include glib-object.h rather than
gobject/gobject.h
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/ChangeLog | 5 | ||||
-rw-r--r-- | gobject/gobjectnotifyqueue.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog index deda0c719..038c554ad 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2001-11-19 jacob berkman <jacob@ximian.com> + + * gobjectnotifyqueue.c: include glib-object.h rather than + gobject/gobject.h + 2001-11-16 Mark McLoughlin <mark@skynet.ie> * glib-mkenums.in: allow the enums name to not be on the same diff --git a/gobject/gobjectnotifyqueue.c b/gobject/gobjectnotifyqueue.c index ef3cbcead..f2c087324 100644 --- a/gobject/gobjectnotifyqueue.c +++ b/gobject/gobjectnotifyqueue.c @@ -20,7 +20,7 @@ #define __G_NOTIFY_H__ #include <string.h> /* memset */ -#include <gobject/gobject.h> +#include <glib-object.h> G_BEGIN_DECLS |