mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Clean up some #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20238 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34c7cd5dd2
commit
66cf3a3329
13 changed files with 4 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue