summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-28 15:18:48 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-28 15:18:48 +0000
commitb57c2e0beeeb846cf6ca312899fcb4206669ca72 (patch)
treea43ddcd58451ddcfa59ee707df10500440bac4f7 /riscos
parent25e7c86fb7d4867be59ab2659960f2d25dd6aca5 (diff)
downloadnetsurf-b57c2e0beeeb846cf6ca312899fcb4206669ca72.tar.gz
netsurf-b57c2e0beeeb846cf6ca312899fcb4206669ca72.tar.bz2
Move rectangle type to utils/types.h
svn path=/trunk/netsurf/; revision=12525
Diffstat (limited to 'riscos')
-rw-r--r--riscos/save_draw.c2
1 files changed, 1 insertions, 1 deletions
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);