1
0
Fork 0
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:
Thomas Martitz 2009-11-01 13:08:57 +00:00
parent 46da0818af
commit dd33bdfe0d
2 changed files with 9 additions and 22 deletions

View file

@ -19,42 +19,31 @@
* KIND, either express or implied. * KIND, either express or implied.
* *
****************************************************************************/ ****************************************************************************/
#include "font.h" #include "config.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include "misc.h"
#include "font.h"
#include "system.h" #include "system.h"
#include "settings.h"
#include "settings_list.h"
#include "rbunicode.h" #include "rbunicode.h"
#include "rtc.h" #ifdef DEBUG
#include "audio.h"
#include "status.h"
#include "power.h"
#include "powermgmt.h"
#include "sound.h"
#include "debug.h" #include "debug.h"
#ifdef HAVE_LCD_CHARCELLS
#include "hwcompat.h"
#endif #endif
#include "abrepeat.h" #include "abrepeat.h"
#include "mp3_playback.h"
#include "lang.h" #include "lang.h"
#include "misc.h"
#include "splash.h"
#include "scrollbar.h" #include "scrollbar.h"
#include "led.h" #include "screen_access.h"
#include "lcd.h"
#ifdef HAVE_LCD_BITMAP #ifdef HAVE_LCD_BITMAP
#include "peakmeter.h" #include "peakmeter.h"
/* Image stuff */ /* Image stuff */
#include "bmp.h" #include "bmp.h"
#ifdef HAVE_ALBUMART
#include "albumart.h" #include "albumart.h"
#endif #endif
#include "dsp.h" #endif
#include "action.h"
#include "cuesheet.h" #include "cuesheet.h"
#include "playlist.h"
#if CONFIG_CODEC == SWCODEC #if CONFIG_CODEC == SWCODEC
#include "playback.h" #include "playback.h"
#endif #endif

View file

@ -29,7 +29,6 @@
#include "settings_list.h" #include "settings_list.h"
#include "rbunicode.h" #include "rbunicode.h"
#include "timefuncs.h" #include "timefuncs.h"
#include "audio.h"
#include "status.h" #include "status.h"
#include "power.h" #include "power.h"
#include "powermgmt.h" #include "powermgmt.h"
@ -39,7 +38,6 @@
#include "hwcompat.h" #include "hwcompat.h"
#endif #endif
#include "abrepeat.h" #include "abrepeat.h"
#include "mp3_playback.h"
#include "lang.h" #include "lang.h"
#include "misc.h" #include "misc.h"
#include "led.h" #include "led.h"