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)
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 @@
* KIND, either express or implied.
*
****************************************************************************/
-#include <stdio.h>
-#include "config.h"
-#include <stdbool.h>
-#include "lcd.h"
-#include "font.h"
#include "system.h"
-#include "kernel.h"
-#include "thread.h"
-#include "timer.h"
-#include "inttypes.h"
-#include "string.h"
unsigned int ipod_hw_rev;
#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 @@
* KIND, either express or implied.
*
****************************************************************************/
-#include <stdio.h>
-#include "config.h"
-#include <stdbool.h>
-#include "lcd.h"
-#include "font.h"
#include "system.h"
-#include "kernel.h"
#include "thread.h"
-#include "timer.h"
-#include "inttypes.h"
-#include "string.h"
unsigned int ipod_hw_rev;