From 5f6c2cbff7cd778b6487943d62e71ff9e7b04893 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 26 Jul 2008 22:29:15 +0000 Subject: - Compiler warning squash - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762 --- riscos/image.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'riscos/image.c') diff --git a/riscos/image.c b/riscos/image.c index 2a43e619f..7826ad7e4 100644 --- a/riscos/image.c +++ b/riscos/image.c @@ -17,11 +17,9 @@ */ #include -#include - +#include "swis.h" #include "oslib/colourtrans.h" -#include - +#include "oslib/osspriteop.h" #include "riscos/image.h" #include "riscos/gui.h" #include "riscos/options.h" -- cgit v1.2.3