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/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/plugin.h') diff --git a/riscos/plugin.h b/riscos/plugin.h index 82cda20ee..5bd7b4abc 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -20,8 +20,8 @@ #define _NETSURF_RISCOS_PLUGIN_H_ #include -#include -#include +#include "oslib/plugin.h" +#include "oslib/wimp.h" struct box; struct browser_window; -- cgit v1.2.3