summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-04-22 12:44:45 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-04-22 12:44:45 +0000
commit54866bdc9e41b63390e77f51af2da37437159e63 (patch)
treec263adf849001b30865dab97c7541600bc5e1771
parent5070f41bfce407ec9b050a19777371ee9ae485f2 (diff)
downloadrockbox-54866bdc9e41b63390e77f51af2da37437159e63.tar.gz
rockbox-54866bdc9e41b63390e77f51af2da37437159e63.zip
Don't need all those #include's.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13242 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/system-pp5002.c10
-rw-r--r--firmware/target/arm/system-pp502x.c9
2 files changed, 0 insertions, 19 deletions
diff --git a/firmware/target/arm/system-pp5002.c b/firmware/target/arm/system-pp5002.c
index 4954d0660a..20f68cc119 100644
--- a/firmware/target/arm/system-pp5002.c
+++ b/firmware/target/arm/system-pp5002.c
@@ -16,17 +16,7 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include <stdio.h>
20#include "config.h"
21#include <stdbool.h>
22#include "lcd.h"
23#include "font.h"
24#include "system.h" 19#include "system.h"
25#include "kernel.h"
26#include "thread.h"
27#include "timer.h"
28#include "inttypes.h"
29#include "string.h"
30 20
31unsigned int ipod_hw_rev; 21unsigned int ipod_hw_rev;
32#ifndef BOOTLOADER 22#ifndef BOOTLOADER
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 1fe5860fb9..1f1cdf47b6 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -16,17 +16,8 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include <stdio.h>
20#include "config.h"
21#include <stdbool.h>
22#include "lcd.h"
23#include "font.h"
24#include "system.h" 19#include "system.h"
25#include "kernel.h"
26#include "thread.h" 20#include "thread.h"
27#include "timer.h"
28#include "inttypes.h"
29#include "string.h"
30 21
31unsigned int ipod_hw_rev; 22unsigned int ipod_hw_rev;
32 23