From 66cf3a3329f4708be0f89b0b44fd87c26abb256b Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 8 Mar 2009 16:10:40 +0000 Subject: Clean up some #includes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20238 a1c6a512-1295-4272-9138-f99709370657 --- apps/abrepeat.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/abrepeat.h') diff --git a/apps/abrepeat.h b/apps/abrepeat.h index de65f90915..3bed56678d 100644 --- a/apps/abrepeat.h +++ b/apps/abrepeat.h @@ -21,12 +21,10 @@ #ifndef _ABREPEAT_H_ #define _ABREPEAT_H_ -#include "system.h" - #ifdef AB_REPEAT_ENABLE -#include "audio.h" -#include "kernel.h" #include +#include "audio.h" +#include "kernel.h" /* needed for HZ */ #define AB_MARKER_NONE 0 -- cgit v1.2.3