forked from len0rd/rockbox
Clean up some unused #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20975 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2172c91473
commit
8d5dbf4c14
3 changed files with 3 additions and 28 deletions
|
@ -34,7 +34,6 @@
|
|||
#include "statusbar.h"
|
||||
#include "screen_access.h"
|
||||
#include "appevents.h"
|
||||
#include "gwps.h"
|
||||
|
||||
static int statusbar_enabled = 0;
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "storage.h"
|
||||
#include "lcd.h"
|
||||
#include "scrollbar.h"
|
||||
#include "gwps.h"
|
||||
#include "sprintf.h"
|
||||
#include "button.h"
|
||||
#include "system.h"
|
||||
|
|
|
@ -18,37 +18,14 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "string.h"
|
||||
#include "lcd.h"
|
||||
#include "debug.h"
|
||||
#include "kernel.h"
|
||||
#include "power.h"
|
||||
#include "thread.h"
|
||||
#include "settings.h"
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
#include "status.h"
|
||||
#include "mp3_playback.h"
|
||||
#include "audio.h"
|
||||
#include "gwps.h"
|
||||
#if CONFIG_RTC
|
||||
#include "timefuncs.h"
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "icons.h"
|
||||
#include "font.h"
|
||||
#endif
|
||||
#include "powermgmt.h"
|
||||
#include "led.h"
|
||||
#include "sound.h"
|
||||
#if CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
#include "button.h"
|
||||
#endif
|
||||
#include "usb.h"
|
||||
#if CONFIG_TUNER
|
||||
#include "radio.h"
|
||||
#endif
|
||||
#if defined(HAVE_RECORDING) && CONFIG_CODEC == SWCODEC
|
||||
#include "pcm_record.h"
|
||||
#endif
|
||||
|
||||
static enum playmode ff_mode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue