diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-08 16:10:40 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-08 16:10:40 +0000 |
commit | 66cf3a3329f4708be0f89b0b44fd87c26abb256b (patch) | |
tree | e092cdae63376d51b3ac40e1842febd0af2b0738 /apps/abrepeat.h | |
parent | 34c7cd5dd286da1c773a714f39b871e29bed0af3 (diff) |
Clean up some #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20238 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/abrepeat.h')
-rw-r--r-- | apps/abrepeat.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 <stdbool.h> +#include "audio.h" +#include "kernel.h" /* needed for HZ */ #define AB_MARKER_NONE 0 |