From 4421b2e633179bbd8f5331d2bdc33246aa2f40d9 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 4 Apr 2003 15:19:32 +0000 Subject: [project @ 2003-04-04 15:19:31 by bursa] New CSS parser. svn path=/import/netsurf/; revision=112 --- riscos/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/font.h') diff --git a/riscos/font.h b/riscos/font.h index 9cbbdf1f6..d582d0ab9 100644 --- a/riscos/font.h +++ b/riscos/font.h @@ -1,5 +1,5 @@ /** - * $Id: font.h,v 1.6 2003/03/03 22:40:39 bursa Exp $ + * $Id: font.h,v 1.7 2003/04/04 15:19:32 bursa Exp $ */ #ifndef _NETSURF_RISCOS_FONT_H_ @@ -9,7 +9,7 @@ * structures and typedefs */ -#include "netsurf/render/css.h" +#include "netsurf/css/css.h" #include "oslib/font.h" typedef unsigned int font_id; -- cgit v1.2.3