1
0
Fork 0
forked from len0rd/rockbox

Fix build errors introduced in a2fbccf

Change-Id: I413989858432cd206e09d6d71dec07b4f7e06836
This commit is contained in:
Solomon Peachy 2020-07-08 16:01:38 -04:00
parent a2fbccf194
commit e9a51ae28b

View file

@ -26,7 +26,6 @@
#include "panic.h" #include "panic.h"
#include "core_alloc.h" #include "core_alloc.h"
#include "sound.h" #include "sound.h"
#include "ata.h"
#include "codecs.h" #include "codecs.h"
#include "codec_thread.h" #include "codec_thread.h"
#include "voice_thread.h" #include "voice_thread.h"
@ -39,6 +38,7 @@
#include "pcmbuf.h" #include "pcmbuf.h"
#include "audio_thread.h" #include "audio_thread.h"
#include "playback.h" #include "playback.h"
#include "storage.h"
#include "misc.h" #include "misc.h"
#include "settings.h" #include "settings.h"