From ad343eccb18454bab2f4e9464b88564c9da69649 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Nov 2014 20:10:32 +0000 Subject: remove unecessary utils/types.h This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required. --- monkey/plot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'monkey') diff --git a/monkey/plot.c b/monkey/plot.c index db4d6cd32..bd5b0a18f 100644 --- a/monkey/plot.c +++ b/monkey/plot.c @@ -18,6 +18,7 @@ #include +#include "utils/utils.h" #include "desktop/plotters.h" static bool -- cgit v1.2.3