summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 6314bd932c..0bd2b01c1c 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -50,9 +50,6 @@
50#include "action.h" 50#include "action.h"
51#include "splash.h" 51#include "splash.h"
52#include "yesno.h" 52#include "yesno.h"
53#if LCD_DEPTH > 1
54#include "backdrop.h"
55#endif
56#ifdef HAVE_LCD_BITMAP 53#ifdef HAVE_LCD_BITMAP
57#include "icons.h" 54#include "icons.h"
58#endif 55#endif
@@ -67,6 +64,10 @@
67#include "tagtree.h" 64#include "tagtree.h"
68#endif 65#endif
69 66
67#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
68#include "backdrop.h"
69#endif
70
70static int context; 71static int context;
71static char* selected_file = NULL; 72static char* selected_file = NULL;
72static int selected_file_attr = 0; 73static int selected_file_attr = 0;