Remove some unused #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cc68b632cb
commit
0307cd16a0
9 changed files with 0 additions and 11 deletions
|
@ -38,7 +38,6 @@
|
|||
#include "lang.h"
|
||||
#include "sound.h"
|
||||
#include "misc.h"
|
||||
#include "talk.h"
|
||||
#include "viewport.h"
|
||||
|
||||
#define ICON_PADDING 1
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include "lang.h"
|
||||
#include "sound.h"
|
||||
#include "misc.h"
|
||||
#include "talk.h"
|
||||
|
||||
void list_draw(struct screen *display, struct gui_synclist *gui_list)
|
||||
{
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include "menus/exported_menus.h"
|
||||
#include "string.h"
|
||||
#include "root_menu.h"
|
||||
#include "bookmark.h"
|
||||
#include "audio.h"
|
||||
#include "viewport.h"
|
||||
#include "quickscreen.h"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#ifdef HAVE_RECORDING
|
||||
#include "recording.h"
|
||||
#endif
|
||||
#include "bookmark.h"
|
||||
#include "yesno.h"
|
||||
#include "keyboard.h"
|
||||
#include "screens.h"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/***************************************************************************
|
||||
* __________ __ ___.
|
||||
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
||||
|
@ -21,8 +20,6 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include "config.h"
|
||||
#include "lang.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "peakmeter.h"
|
||||
#endif
|
||||
#include "talk.h"
|
||||
#include "color_picker.h"
|
||||
#include "lcd.h"
|
||||
#include "lcd-remote.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <stdio.h>
|
||||
#else
|
||||
#include "sprintf.h"
|
||||
#include "appevents.h"
|
||||
#include "lang.h"
|
||||
#include "dir.h"
|
||||
#include "lcd-remote.h"
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
#include "albumart.h"
|
||||
#endif
|
||||
#include "lang.h"
|
||||
#include "bookmark.h"
|
||||
#include "misc.h"
|
||||
#include "sound.h"
|
||||
#include "metadata.h"
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
#include "wps.h"
|
||||
#include "bookmark.h"
|
||||
#include "playlist.h"
|
||||
#include "tagtree.h"
|
||||
#include "menus/exported_menus.h"
|
||||
#ifdef HAVE_RTC_ALARM
|
||||
#include "rtc.h"
|
||||
|
|
Loading…
Reference in a new issue