mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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 "sprintf.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
#if CONFIG_CODEC == SWCODEC
|
||||||
|
#include "id3.h"
|
||||||
|
#endif
|
||||||
#include "icons.h"
|
#include "icons.h"
|
||||||
#include "powermgmt.h"
|
#include "powermgmt.h"
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include "splash.h"
|
#include "splash.h"
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
|
#include "id3.h"
|
||||||
#include "dsp.h"
|
#include "dsp.h"
|
||||||
#include "menus/eq_menu.h"
|
#include "menus/eq_menu.h"
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
|
||||||
|
#include "id3.h"
|
||||||
#include "icons.h"
|
#include "icons.h"
|
||||||
|
|
||||||
const unsigned char bitmap_icons_5x8[][5] =
|
const unsigned char bitmap_icons_5x8[][5] =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue