diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-25 18:58:40 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-25 18:58:40 -0400 |
commit | a7ba35b2e5cd1dac6531a7e408bc366bfbf3127e (patch) | |
tree | 7681c8c0717a1e66c38826c81bb6d4a4f812dacb /gdk-pixbuf/io-pnm.c | |
parent | 0f637755cc8d02d73f40d39a2ce0ec2457fd9a8d (diff) | |
download | gdk-pixbuf-a7ba35b2e5cd1dac6531a7e408bc366bfbf3127e.tar.gz |
Make it compile
Diffstat (limited to 'gdk-pixbuf/io-pnm.c')
-rw-r--r-- | gdk-pixbuf/io-pnm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-pnm.c b/gdk-pixbuf/io-pnm.c index f86826e67..292fd3a7f 100644 --- a/gdk-pixbuf/io-pnm.c +++ b/gdk-pixbuf/io-pnm.c @@ -28,7 +28,6 @@ #include <string.h> #include <setjmp.h> #include "gdk-pixbuf-private.h" -#include "gdk-pixbuf-io.h" #define PNM_BUF_SIZE 4096 |