From 54fcb66d876420d6a9158ecd70854739f22f159b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 Jun 2014 15:14:49 +0100 Subject: cleanup RISC OS frontend header usage --- riscos/plotters.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'riscos/plotters.c') diff --git a/riscos/plotters.c b/riscos/plotters.c index 0ab39d0ee..6e49c2278 100644 --- a/riscos/plotters.c +++ b/riscos/plotters.c @@ -25,13 +25,16 @@ #include "oslib/colourtrans.h" #include "oslib/draw.h" #include "oslib/os.h" + +#include "utils/log.h" #include "desktop/plotters.h" #include "render/font.h" + #include "riscos/bitmap.h" #include "riscos/image.h" #include "riscos/gui.h" +#include "riscos/font.h" #include "riscos/oslib_pre7.h" -#include "utils/log.h" static bool ro_plot_rectangle(int x0, int y0, int x1, int y1, const plot_style_t *style); -- cgit v1.2.3