summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index ca99a1d9ac..3cb314fc51 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -42,7 +42,6 @@
42#include "usb_screen.h" 42#include "usb_screen.h"
43#include "talk.h" 43#include "talk.h"
44#include "audio.h" 44#include "audio.h"
45#include "mp3_playback.h"
46#include "settings.h" 45#include "settings.h"
47#include "storage.h" 46#include "storage.h"
48#include "ata_idle_notify.h" 47#include "ata_idle_notify.h"
@@ -88,6 +87,8 @@
88#include "playback.h" 87#include "playback.h"
89#if CONFIG_CODEC == SWCODEC 88#if CONFIG_CODEC == SWCODEC
90#include "voice_thread.h" 89#include "voice_thread.h"
90#else
91#include "mp3_playback.h"
91#endif 92#endif
92 93
93#ifdef BOOTFILE 94#ifdef BOOTFILE