From b57c2e0beeeb846cf6ca312899fcb4206669ca72 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 28 Jun 2011 15:18:48 +0000 Subject: Move rectangle type to utils/types.h svn path=/trunk/netsurf/; revision=12525 --- riscos/save_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/save_draw.c b/riscos/save_draw.c index dcc0af5fa..63730bd00 100644 --- a/riscos/save_draw.c +++ b/riscos/save_draw.c @@ -32,11 +32,11 @@ #include "content/content.h" #include "content/hlcache.h" #include "desktop/plotters.h" -#include "desktop/shape.h" #include "riscos/bitmap.h" #include "riscos/gui.h" #include "riscos/save_draw.h" #include "utils/log.h" +#include "utils/types.h" #include "utils/utils.h" static bool ro_save_draw_rectangle(int x0, int y0, int x1, int y1, const plot_style_t *style); -- cgit v1.2.3