diff options
author | Darin Adler <darin@src.gnome.org> | 2000-05-28 03:17:16 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-05-28 03:17:16 +0000 |
commit | e5206ce9038ead33af8ef895d0a08609b21bcb7b (patch) | |
tree | 83c34a65b50e4cc00dc56b5811ad15dd009aa5d5 /gdk-pixbuf/test-gdk-pixbuf.c | |
parent | 9a08b87fee6f30a2e6f2f20fe826d447826c0ea6 (diff) | |
download | gtk+-e5206ce9038ead33af8ef895d0a08609b21bcb7b.tar.gz |
Fixed includes to get rid of accidental GNOME dependency.
Diffstat (limited to 'gdk-pixbuf/test-gdk-pixbuf.c')
-rw-r--r-- | gdk-pixbuf/test-gdk-pixbuf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk-pixbuf/test-gdk-pixbuf.c b/gdk-pixbuf/test-gdk-pixbuf.c index c4e22d1c4b..54fff2f872 100644 --- a/gdk-pixbuf/test-gdk-pixbuf.c +++ b/gdk-pixbuf/test-gdk-pixbuf.c @@ -22,10 +22,7 @@ */ #include <config.h> -#include <gnome.h> #include "gdk-pixbuf.h" -#include "gdk-pixbuf-loader.h" -#include "gnome-canvas-pixbuf.h" |