summaryrefslogtreecommitdiff
path: root/firmware/sound.c
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-07-11 17:16:23 +0000
committerAlexander Levin <al.le@rockbox.org>2009-07-11 17:16:23 +0000
commit77651585134575d81c873d9392366b4bbe6fc18c (patch)
tree9c3e49f3561edc6574d8c44a6ae237e2c4848cdd /firmware/sound.c
parentcc7c665d9b5e6d801f248799dabe05e3729bb1c8 (diff)
downloadrockbox-77651585134575d81c873d9392366b4bbe6fc18c.tar.gz
rockbox-77651585134575d81c873d9392366b4bbe6fc18c.zip
Fix red in bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21782 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/sound.c')
-rw-r--r--firmware/sound.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index 6a2f03df00..84ccd2b1bd 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -25,8 +25,6 @@
25#include "sound.h" 25#include "sound.h"
26#include "logf.h" 26#include "logf.h"
27#include "system.h" 27#include "system.h"
28/* for the pitch and speed precision #defines: */
29#include "pitchscreen.h"
30#ifndef SIMULATOR 28#ifndef SIMULATOR
31#include "i2c.h" 29#include "i2c.h"
32#include "mas.h" 30#include "mas.h"