include glib-object.h rather than gobject/gobject.h
authorjacob berkman <jacob@ximian.com>
Tue, 20 Nov 2001 00:02:15 +0000 (00:02 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Tue, 20 Nov 2001 00:02:15 +0000 (00:02 +0000)
2001-11-19  jacob berkman  <jacob@ximian.com>

* gobjectnotifyqueue.c: include glib-object.h rather than
gobject/gobject.h

gobject/ChangeLog
gobject/gobjectnotifyqueue.c

index deda0c7..038c554 100644 (file)
@@ -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
index ef3cbce..f2c0873 100644 (file)
@@ -20,7 +20,7 @@
 #define __G_NOTIFY_H__
 
 #include        <string.h> /* memset */
-#include        <gobject/gobject.h>
+#include        <glib-object.h>
 
 G_BEGIN_DECLS