summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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