From 315877c82245f33d20dee0850d27c29b0f4ea666 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 18 May 2014 23:16:46 +0100 Subject: reduce uncessary include usage --- monkey/plot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monkey/plot.c') diff --git a/monkey/plot.c b/monkey/plot.c index 76980ce5b..db4d6cd32 100644 --- a/monkey/plot.c +++ b/monkey/plot.c @@ -16,10 +16,10 @@ * along with this program. If not, see . */ -#include "desktop/plotters.h" - #include +#include "desktop/plotters.h" + static bool monkey_plot_disc(int x, int y, int radius, const plot_style_t *style) { -- cgit v1.2.3