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. --- atari/redrawslots.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'atari/redrawslots.c') diff --git a/atari/redrawslots.c b/atari/redrawslots.c index 55660b777..6977a6d2d 100644 --- a/atari/redrawslots.c +++ b/atari/redrawslots.c @@ -17,9 +17,10 @@ */ #include -#include "utils/types.h" -#include "atari/redrawslots.h" +#include "utils/utils.h" + +#include "atari/redrawslots.h" #include "atari/gemtk/gemtk.h" void redraw_slots_init(struct s_redrw_slots * slots, short size) -- cgit v1.2.3