summaryrefslogtreecommitdiff
path: root/riscos/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plotters.c')
-rw-r--r--riscos/plotters.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscos/plotters.c b/riscos/plotters.c
index 6e49c2278..e3745c5ba 100644
--- a/riscos/plotters.c
+++ b/riscos/plotters.c
@@ -28,7 +28,6 @@
#include "utils/log.h"
#include "desktop/plotters.h"
-#include "render/font.h"
#include "riscos/bitmap.h"
#include "riscos/image.h"
@@ -36,7 +35,6 @@
#include "riscos/font.h"
#include "riscos/oslib_pre7.h"
-
static bool ro_plot_rectangle(int x0, int y0, int x1, int y1, const plot_style_t *style);
static bool ro_plot_line(int x0, int y0, int x1, int y1, const plot_style_t *style);
static bool ro_plot_draw_path(const draw_path * const path, int width,