summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c4
1 files changed, 3 insertions, 1 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);