summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/gwps-common.c4
-rw-r--r--apps/gui/gwps.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 09c271b904..2f9a7b3cbf 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -37,7 +37,6 @@
37#include "backlight.h" 37#include "backlight.h"
38#include "lang.h" 38#include "lang.h"
39#include "misc.h" 39#include "misc.h"
40#include "backdrop.h"
41#include "splash.h" 40#include "splash.h"
42#include "scrollbar.h" 41#include "scrollbar.h"
43#include "led.h" 42#include "led.h"
@@ -48,6 +47,9 @@
48#include "bmp.h" 47#include "bmp.h"
49#include "atoi.h" 48#include "atoi.h"
50#endif 49#endif
50#ifdef HAVE_LCD_COLOR
51#include "backdrop.h"
52#endif
51 53
52#ifdef HAVE_LCD_CHARCELLS 54#ifdef HAVE_LCD_CHARCELLS
53static bool draw_player_progress(struct gui_wps *gwps); 55static bool draw_player_progress(struct gui_wps *gwps);
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 00d7aaa507..e31ac12110 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -52,8 +52,10 @@
52#include "onplay.h" 52#include "onplay.h"
53#include "abrepeat.h" 53#include "abrepeat.h"
54#include "playback.h" 54#include "playback.h"
55#include "backdrop.h"
56#include "splash.h" 55#include "splash.h"
56#ifdef HAVE_LCD_COLOR
57#include "backdrop.h"
58#endif
57 59
58#define WPS_DEFAULTCFG WPS_DIR "/rockbox_default.wps" 60#define WPS_DEFAULTCFG WPS_DIR "/rockbox_default.wps"
59#define RWPS_DEFAULTCFG WPS_DIR "/rockbox_default.rwps" 61#define RWPS_DEFAULTCFG WPS_DIR "/rockbox_default.rwps"