summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-15 19:53:06 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-15 19:53:06 +0000
commitbc65aec751823546482c50b53ee8bff2d336597d (patch)
tree113481da39029967cb4a18e78e505edd1295a007
parent79964fe982a027086163af04cf5ab45262a092e3 (diff)
downloadnetsurf-bc65aec751823546482c50b53ee8bff2d336597d.tar.gz
netsurf-bc65aec751823546482c50b53ee8bff2d336597d.tar.bz2
[project @ 2004-08-15 19:53:06 by jmb]
Remove spurious include svn path=/import/netsurf/; revision=1237
-rw-r--r--riscos/gif.c1
-rw-r--r--riscos/jpeg.c1
-rw-r--r--riscos/mng.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/riscos/gif.c b/riscos/gif.c
index b98de849c..3f450b209 100644
--- a/riscos/gif.c
+++ b/riscos/gif.c
@@ -10,7 +10,6 @@
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
-#include <swis.h>
#include "oslib/osfile.h"
#include "oslib/osspriteop.h"
#include "netsurf/utils/config.h"
diff --git a/riscos/jpeg.c b/riscos/jpeg.c
index 356748187..b355be37b 100644
--- a/riscos/jpeg.c
+++ b/riscos/jpeg.c
@@ -16,7 +16,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <swis.h>
#define JPEG_INTERNAL_OPTIONS
#include "libjpeg/jpeglib.h"
#include "oslib/osspriteop.h"
diff --git a/riscos/mng.c b/riscos/mng.c
index fa44a9928..9326c7da6 100644
--- a/riscos/mng.c
+++ b/riscos/mng.c
@@ -9,7 +9,6 @@
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
-#include <swis.h>
#include "libmng/libmng.h"
#include "oslib/os.h"
#include "oslib/osspriteop.h"