Clean up some #includes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20238 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-03-08 16:10:40 +00:00
parent 34c7cd5dd2
commit 66cf3a3329
13 changed files with 4 additions and 22 deletions

View file

@ -19,6 +19,7 @@
*
****************************************************************************/
#include "config.h"
#include "abrepeat.h"
#ifdef AB_REPEAT_ENABLE

View file

@ -21,12 +21,10 @@
#ifndef _ABREPEAT_H_
#define _ABREPEAT_H_
#include "system.h"
#ifdef AB_REPEAT_ENABLE
#include "audio.h"
#include "kernel.h"
#include <stdbool.h>
#include "audio.h"
#include "kernel.h" /* needed for HZ */
#define AB_MARKER_NONE 0

View file

@ -44,7 +44,6 @@
#include "audio.h"
#include "mp3_playback.h"
#include "usb.h"
#include "status.h"
#include "screens.h"
#include "playlist.h"
#include "pcmbuf.h"

View file

@ -40,7 +40,6 @@
#include "settings.h"
#include "settings_list.h"
#include "option_select.h"
#include "status.h"
#include "screens.h"
#include "talk.h"
#include "lang.h"

View file

@ -34,10 +34,8 @@
#include "peakmeter.h"
#endif
#include "talk.h"
#include "color_picker.h"
#include "lcd.h"
#include "lcd-remote.h"
#include "backdrop.h"
#include "statusbar.h"
#ifdef HAVE_BACKLIGHT

View file

@ -40,12 +40,6 @@
#if CONFIG_CODEC == SWCODEC
#include "playback.h"
#endif
#ifdef HAVE_RTC_ALARM
#include "alarm_menu.h"
#endif
#if CONFIG_TUNER
#include "radio.h"
#endif
#if CONFIG_RTC
#include "screens.h"
#endif

View file

@ -22,7 +22,6 @@
#include "config.h"
#include "system.h"
#include "debug.h"
#include "panic.h"
#include <kernel.h>
#include "pcmbuf.h"
#include "pcm.h"

View file

@ -48,7 +48,6 @@
#include "voice_thread.h"
#include "mp3_playback.h"
#include "usb.h"
#include "status.h"
#include "storage.h"
#include "screens.h"
#include "playlist.h"

View file

@ -96,6 +96,7 @@
#ifdef HAVE_LCD_BITMAP
#include "icons.h"
#endif
#include "system.h"
#include "lang.h"
#include "talk.h"

View file

@ -28,7 +28,6 @@
#include "playlist.h"
#include "audio.h"
#include "screens.h"
#include "status.h"
#include "settings.h"
#include "icons.h"
#include "menu.h"

View file

@ -44,7 +44,6 @@
#include "list.h"
#include "statusbar.h"
#include "splash.h"
#include "buttonbar.h"
#include "action.h"
#include "yesno.h"
#include "viewport.h"

View file

@ -29,7 +29,6 @@
#include "mp3_playback.h"
#include "audio.h"
#include "gwps.h"
#include "abrepeat.h"
#include "statusbar.h"
#if CONFIG_RTC
#include "timefuncs.h"

View file

@ -39,7 +39,6 @@
#include "menu.h"
#include "gwps.h"
#include "settings.h"
#include "status.h"
#include "debug.h"
#include "storage.h"
#include "rolo.h"
@ -68,7 +67,6 @@
#include "yesno.h"
#include "gwps-common.h"
#include "eeprom_settings.h"
#include "scrobbler.h"
#include "playlist_catalog.h"
/* gui api */
@ -80,7 +78,6 @@
#include "quickscreen.h"
#include "root_menu.h"
#include "backdrop.h"
static const struct filetype *filetypes;
static int filetypes_count;