diff options
author | Havoc Pennington <hp@pobox.com> | 2001-01-31 15:09:59 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-01-31 15:09:59 +0000 |
commit | 98ee8c7252887f9a638c48576122120c463acdf2 (patch) | |
tree | 1fdf0aacf6361eaaf7d338c065c29d3dd65f2bd3 /gdk-pixbuf/gdk-pixbuf.c | |
parent | 57adee57ed6fb47141efe8a23a39c6bbe5bebb1e (diff) | |
download | gtk+-98ee8c7252887f9a638c48576122120c463acdf2.tar.gz |
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
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index 56d364cf47..3168f76d4d 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -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" |