summaryrefslogtreecommitdiff
path: root/image/gif.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-10-05 14:36:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-10-05 14:36:44 +0000
commit93f8d3badcfb5e25fb3941a49b3a1be860ee1f31 (patch)
treedeee612f2a434017021046d2caa98b87d4eea996 /image/gif.c
parent60949d1aee553cfd1816517b987246f54530d62c (diff)
downloadnetsurf-93f8d3badcfb5e25fb3941a49b3a1be860ee1f31.tar.gz
netsurf-93f8d3badcfb5e25fb3941a49b3a1be860ee1f31.tar.bz2
[project @ 2004-10-05 14:36:44 by jmb]
Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
Diffstat (limited to 'image/gif.c')
-rw-r--r--image/gif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/image/gif.c b/image/gif.c
index 091c7c2ed..0480b77cd 100644
--- a/image/gif.c
+++ b/image/gif.c
@@ -10,8 +10,6 @@
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
-#include "oslib/osfile.h"
-#include "oslib/osspriteop.h"
#include "netsurf/utils/config.h"
#include "netsurf/content/content.h"
#include "netsurf/desktop/browser.h"