From 0e0637ce2791ef34deb1611f5c07679e5ce7977b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 4 Jun 2003 23:47:20 +0000 Subject: [project @ 2003-06-04 23:47:20 by jmb] Put angle brackets around clib includes svn path=/import/netsurf/; revision=156 --- riscos/theme.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'riscos') diff --git a/riscos/theme.c b/riscos/theme.c index 97e7fbd81..15c992833 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -3,9 +3,9 @@ #include "oslib/wimp.h" #include "oslib/messagetrans.h" #include "oslib/osspriteop.h" -#include "string.h" +#include #include "netsurf/utils/utils.h" -#include "stdio.h" +#include void ro_theme_preload_template(ro_theme* theme, char* template_name, int* total_winicon, int* total_indirected) @@ -170,7 +170,7 @@ wimp_i ro_theme_icon(ro_theme* theme, theme_window_type type, const char* token) { int used; char buffer[32]; - + messagetrans_lookup(&theme->iconNames.cb, token, buffer, 32, 0,0,0,0, &used); if (used > 0) return atoi(buffer); @@ -284,7 +284,7 @@ void ro_theme_resize(ro_theme* theme, theme_window_type wintype, wimp_w w, int w *underscore = '\0'; underscore++; } - + i = (wimp_i) atoi(icon_num); if (os_evaluate_expression(formula, buffer, 255, &new_x) == 0) -- cgit v1.2.3