diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-18 12:55:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-18 12:55:47 +0000 |
commit | e913a97b2d0f1ee3ae0fe92f3d6f3e3a66b817fa (patch) | |
tree | 5aea09fd457e662ca1931ef2a405fddd59339b9a /gdk-pixbuf/gdk-pixbuf-loader.c | |
parent | 86dbeabc40d3a25a8552cc446e804c0051be6396 (diff) | |
download | gtk+-e913a97b2d0f1ee3ae0fe92f3d6f3e3a66b817fa.tar.gz |
Remove include of gobject/signal.h.
Sun Nov 18 07:54:22 2001 Owen Taylor <otaylor@redhat.com>
* gdk-pixbuf-loader.c: Remove include of gobject/signal.h.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-loader.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-loader.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c index 1a9e61fb32..d4932c9334 100644 --- a/gdk-pixbuf/gdk-pixbuf-loader.c +++ b/gdk-pixbuf/gdk-pixbuf-loader.c @@ -30,8 +30,6 @@ #include "gdk-pixbuf-io.h" #include "gdk-pixbuf-marshal.h" -#include <gobject/gsignal.h> - enum { AREA_UPDATED, AREA_PREPARED, |