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. --- windows/drawable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/drawable.c') diff --git a/windows/drawable.c b/windows/drawable.c index cbbbaa379..acbcdf1f0 100644 --- a/windows/drawable.c +++ b/windows/drawable.c @@ -25,6 +25,7 @@ #include "desktop/browser.h" #include "desktop/textinput.h" +#include "desktop/plotters.h" #include "utils/errors.h" #include "utils/log.h" #include "utils/utils.h" -- cgit v1.2.3