include glib-object.h instead of gvaluetypes.h

2001-01-31  Havoc Pennington  <hp@pobox.com>

	* gdk-pixbuf.c: include glib-object.h instead of gvaluetypes.h
This commit is contained in:
Havoc Pennington 2001-01-31 15:09:59 +00:00 committed by Havoc Pennington
parent 57adee57ed
commit 98ee8c7252
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-31 Havoc Pennington <hp@pobox.com>
* gdk-pixbuf.c: include glib-object.h instead of gvaluetypes.h
2001-01-26 Havoc Pennington <hp@redhat.com>
* gdk-pixbuf-io.c (mname): fix included modules case.

View File

@ -412,5 +412,5 @@ gdk_pixbuf_error_quark (void)
}
/* Include the marshallers */
#include <gobject/gvaluetypes.h>
#include <glib-object.h>
#include "gdk-pixbuf-marshal.c"