summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/skin_engine/skin_display.c29
-rw-r--r--apps/gui/skin_engine/skin_tokens.c2
2 files changed, 9 insertions, 22 deletions
diff --git a/apps/gui/skin_engine/skin_display.c b/apps/gui/skin_engine/skin_display.c
index 13751a9b1c..2ec8f520cf 100644
--- a/apps/gui/skin_engine/skin_display.c
+++ b/apps/gui/skin_engine/skin_display.c
@@ -19,42 +19,31 @@
19 * KIND, either express or implied. 19 * KIND, either express or implied.
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22#include "font.h" 22#include "config.h"
23#include <stdio.h> 23#include <stdio.h>
24#include <string.h> 24#include <string.h>
25#include <stdlib.h> 25#include "misc.h"
26#include "font.h"
26#include "system.h" 27#include "system.h"
27#include "settings.h"
28#include "settings_list.h"
29#include "rbunicode.h" 28#include "rbunicode.h"
30#include "rtc.h" 29#ifdef DEBUG
31#include "audio.h"
32#include "status.h"
33#include "power.h"
34#include "powermgmt.h"
35#include "sound.h"
36#include "debug.h" 30#include "debug.h"
37#ifdef HAVE_LCD_CHARCELLS
38#include "hwcompat.h"
39#endif 31#endif
40#include "abrepeat.h" 32#include "abrepeat.h"
41#include "mp3_playback.h"
42#include "lang.h" 33#include "lang.h"
43#include "misc.h"
44#include "splash.h"
45#include "scrollbar.h" 34#include "scrollbar.h"
46#include "led.h" 35#include "screen_access.h"
47#include "lcd.h" 36
48#ifdef HAVE_LCD_BITMAP 37#ifdef HAVE_LCD_BITMAP
49#include "peakmeter.h" 38#include "peakmeter.h"
50/* Image stuff */ 39/* Image stuff */
51#include "bmp.h" 40#include "bmp.h"
41#ifdef HAVE_ALBUMART
52#include "albumart.h" 42#include "albumart.h"
53#endif 43#endif
54#include "dsp.h" 44#endif
55#include "action.h" 45
56#include "cuesheet.h" 46#include "cuesheet.h"
57#include "playlist.h"
58#if CONFIG_CODEC == SWCODEC 47#if CONFIG_CODEC == SWCODEC
59#include "playback.h" 48#include "playback.h"
60#endif 49#endif
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c
index 5156dd7ce7..fad6912336 100644
--- a/apps/gui/skin_engine/skin_tokens.c
+++ b/apps/gui/skin_engine/skin_tokens.c
@@ -29,7 +29,6 @@
29#include "settings_list.h" 29#include "settings_list.h"
30#include "rbunicode.h" 30#include "rbunicode.h"
31#include "timefuncs.h" 31#include "timefuncs.h"
32#include "audio.h"
33#include "status.h" 32#include "status.h"
34#include "power.h" 33#include "power.h"
35#include "powermgmt.h" 34#include "powermgmt.h"
@@ -39,7 +38,6 @@
39#include "hwcompat.h" 38#include "hwcompat.h"
40#endif 39#endif
41#include "abrepeat.h" 40#include "abrepeat.h"
42#include "mp3_playback.h"
43#include "lang.h" 41#include "lang.h"
44#include "misc.h" 42#include "misc.h"
45#include "led.h" 43#include "led.h"