summaryrefslogtreecommitdiff
path: root/atari/redrawslots.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
commitad343eccb18454bab2f4e9464b88564c9da69649 (patch)
treea4d775a8e99e7d98dcfabdcdde7e6ad0dfd7368b /atari/redrawslots.c
parentf2cda2e1a707033ac582e791c45eeb3d0feaa70d (diff)
downloadnetsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.gz
netsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.bz2
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.
Diffstat (limited to 'atari/redrawslots.c')
-rw-r--r--atari/redrawslots.c5
1 files changed, 3 insertions, 2 deletions
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 <stdbool.h>
-#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)