summaryrefslogtreecommitdiff
path: root/firmware/target/sh
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh')
-rw-r--r--firmware/target/sh/archos/player/lcd-player.c5
-rw-r--r--firmware/target/sh/debug-sh.c6
2 files changed, 7 insertions, 4 deletions
diff --git a/firmware/target/sh/archos/player/lcd-player.c b/firmware/target/sh/archos/player/lcd-player.c
index 330cc266bc..95b0164bf5 100644
--- a/firmware/target/sh/archos/player/lcd-player.c
+++ b/firmware/target/sh/archos/player/lcd-player.c
@@ -20,10 +20,11 @@
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22 22
23#include "config.h"
24#include <string.h> 23#include <string.h>
25#include "hwcompat.h" 24#include "config.h"
26#include "system.h" 25#include "system.h"
26#include "kernel.h"
27#include "hwcompat.h"
27#include "lcd.h" 28#include "lcd.h"
28#include "lcd-charcell.h" 29#include "lcd-charcell.h"
29 30
diff --git a/firmware/target/sh/debug-sh.c b/firmware/target/sh/debug-sh.c
index 180c37f3c6..bee4896174 100644
--- a/firmware/target/sh/debug-sh.c
+++ b/firmware/target/sh/debug-sh.c
@@ -19,10 +19,12 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "config.h"
23#include "system.h"
24#include <stdbool.h> 22#include <stdbool.h>
25#include <string.h> 23#include <string.h>
24
25#include "config.h"
26#include "system.h"
27#include "kernel.h"
26#include "font.h" 28#include "font.h"
27#include "lcd.h" 29#include "lcd.h"
28#include "button.h" 30#include "button.h"