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 --- render/box.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index d329ee331..4477d24c1 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.20 2003/03/04 11:59:35 bursa Exp $ + * $Id: box.h,v 1.21 2003/04/04 15:19:31 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -7,7 +7,7 @@ #include #include "libxml/HTMLparser.h" -#include "netsurf/render/css.h" +#include "netsurf/css/css.h" #include "netsurf/riscos/font.h" /** -- cgit v1.2.3