forked from len0rd/rockbox
radio.h was mistakenly included for all targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4295 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ac26480cc
commit
0579667f37
1 changed files with 3 additions and 1 deletions
|
|
@ -42,11 +42,13 @@
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "ata.h"
|
#include "ata.h"
|
||||||
#include "fat.h"
|
#include "fat.h"
|
||||||
#include "radio.h"
|
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
#include "widgets.h"
|
#include "widgets.h"
|
||||||
#include "peakmeter.h"
|
#include "peakmeter.h"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_FMRADIO
|
||||||
|
#include "radio.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*---------------------------------------------------*/
|
/*---------------------------------------------------*/
|
||||||
/* SPECIAL DEBUG STUFF */
|
/* SPECIAL DEBUG STUFF */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue