summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index b93ead0b68..e9014ee7b6 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -26,7 +26,6 @@
26#include "panic.h" 26#include "panic.h"
27#include "core_alloc.h" 27#include "core_alloc.h"
28#include "sound.h" 28#include "sound.h"
29#include "ata.h"
30#include "codecs.h" 29#include "codecs.h"
31#include "codec_thread.h" 30#include "codec_thread.h"
32#include "voice_thread.h" 31#include "voice_thread.h"
@@ -39,6 +38,7 @@
39#include "pcmbuf.h" 38#include "pcmbuf.h"
40#include "audio_thread.h" 39#include "audio_thread.h"
41#include "playback.h" 40#include "playback.h"
41#include "storage.h"
42#include "misc.h" 42#include "misc.h"
43#include "settings.h" 43#include "settings.h"
44 44