forked from len0rd/rockbox
Cleanup includes a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46da0818af
commit
dd33bdfe0d
2 changed files with 9 additions and 22 deletions
|
@ -19,42 +19,31 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "font.h"
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "misc.h"
|
||||
#include "font.h"
|
||||
#include "system.h"
|
||||
#include "settings.h"
|
||||
#include "settings_list.h"
|
||||
#include "rbunicode.h"
|
||||
#include "rtc.h"
|
||||
#include "audio.h"
|
||||
#include "status.h"
|
||||
#include "power.h"
|
||||
#include "powermgmt.h"
|
||||
#include "sound.h"
|
||||
#ifdef DEBUG
|
||||
#include "debug.h"
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
#include "hwcompat.h"
|
||||
#endif
|
||||
#include "abrepeat.h"
|
||||
#include "mp3_playback.h"
|
||||
#include "lang.h"
|
||||
#include "misc.h"
|
||||
#include "splash.h"
|
||||
#include "scrollbar.h"
|
||||
#include "led.h"
|
||||
#include "lcd.h"
|
||||
#include "screen_access.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "peakmeter.h"
|
||||
/* Image stuff */
|
||||
#include "bmp.h"
|
||||
#ifdef HAVE_ALBUMART
|
||||
#include "albumart.h"
|
||||
#endif
|
||||
#include "dsp.h"
|
||||
#include "action.h"
|
||||
#endif
|
||||
|
||||
#include "cuesheet.h"
|
||||
#include "playlist.h"
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
#include "playback.h"
|
||||
#endif
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "settings_list.h"
|
||||
#include "rbunicode.h"
|
||||
#include "timefuncs.h"
|
||||
#include "audio.h"
|
||||
#include "status.h"
|
||||
#include "power.h"
|
||||
#include "powermgmt.h"
|
||||
|
@ -39,7 +38,6 @@
|
|||
#include "hwcompat.h"
|
||||
#endif
|
||||
#include "abrepeat.h"
|
||||
#include "mp3_playback.h"
|
||||
#include "lang.h"
|
||||
#include "misc.h"
|
||||
#include "led.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue