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
This commit is contained in:
jacob berkman 2001-11-20 00:02:15 +00:00 committed by Jacob Berkman
parent 64da82ad07
commit f4fd840eaf
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -20,7 +20,7 @@
#define __G_NOTIFY_H__
#include <string.h> /* memset */
#include <gobject/gobject.h>
#include <glib-object.h>
G_BEGIN_DECLS