1
0
Fork 0
forked from len0rd/rockbox

Clean up some more #includes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-03-08 18:37:32 +00:00
parent 9eeead922a
commit 30a2713b6e
10 changed files with 6 additions and 14 deletions

View file

@ -31,7 +31,6 @@
#include "sprintf.h"
#include "misc.h"
#include "screens.h"
#include "splash.h"
#include "list.h"
#include "action.h"
#include "lang.h"

View file

@ -41,7 +41,6 @@
#include "rolo.h"
#include "sprintf.h"
#include "splash.h"
#include "yesno.h"
#include "cuesheet.h"
#include "filetree.h"
#include "misc.h"

View file

@ -33,6 +33,9 @@
#include "screens.h"
#include "statusbar.h"
#include "viewport.h"
#include "font.h"
#include "system.h"
#include "misc.h"
#include "pitchscreen.h"
#define PITCH_MODE_ABSOLUTE 1

View file

@ -38,7 +38,7 @@
#include "quickscreen.h"
#include "talk.h"
#include "list.h"
#include "splash.h"
#include "option_select.h"
static struct viewport vps[NB_SCREENS][QUICKSCREEN_ITEM_COUNT];
static struct viewport vp_icons[NB_SCREENS];

View file

@ -26,7 +26,6 @@
#ifndef _GUI_QUICKSCREEN_H_
#define _GUI_QUICKSCREEN_H_
#include "option_select.h"
#include "screen_access.h"
enum QUICKSCREEN_ITEM {

View file

@ -22,10 +22,6 @@
#include "config.h"
#include "lcd.h"
#include "font.h"
#include "kernel.h"
#include "system.h"
#include "misc.h"
#include "screen_access.h"
/* return the number of text lines in the vp viewport */

View file

@ -22,8 +22,6 @@
#ifndef _GUI_YESNO_H_
#define _GUI_YESNO_H_
#include "screen_access.h"
enum yesno_res
{
YESNO_YES,

View file

@ -40,7 +40,6 @@
#include "talk.h"
#include "misc.h"
#include "sound.h"
#include "splash.h"
#include "dsp.h"
#include "tree.h"
#include "talk.h"

View file

@ -32,10 +32,8 @@
#include "menu.h"
#include "misc.h"
#include "exported_menus.h"
#include "yesno.h"
#include "keyboard.h"
#include "talk.h"
#include "splash.h"
#include "version.h"
#include "time.h"
#include "viewport.h"
@ -43,6 +41,8 @@
#include "alarm_menu.h"
#include "screens.h"
#include "radio.h"
#include "font.h"
#include "system.h"
static int timedate_set(void)
{

View file

@ -80,7 +80,6 @@
#include "tagcache.h"
#ifndef __PCTOOL__
#include "splash.h"
#include "lang.h"
#include "eeprom_settings.h"
#endif