Make some dependencies on id3.h explicit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18810 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f30430f9a3
commit
9c52c39528
3 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
#include "sprintf.h"
|
||||
#include "sound.h"
|
||||
#include "settings.h"
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
#include "id3.h"
|
||||
#endif
|
||||
#include "icons.h"
|
||||
#include "powermgmt.h"
|
||||
#include "usb.h"
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#endif
|
||||
#include "splash.h"
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
#include "id3.h"
|
||||
#include "dsp.h"
|
||||
#include "menus/eq_menu.h"
|
||||
#ifdef HAVE_RECORDING
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include "settings.h"
|
||||
|
||||
#include "id3.h"
|
||||
#include "icons.h"
|
||||
|
||||
const unsigned char bitmap_icons_5x8[][5] =
|
||||
|
|
Loading…
Reference in a new issue