forked from len0rd/rockbox
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 "lang.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "talk.h"
|
|
||||||
#include "viewport.h"
|
#include "viewport.h"
|
||||||
|
|
||||||
#define ICON_PADDING 1
|
#define ICON_PADDING 1
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "talk.h"
|
|
||||||
|
|
||||||
void list_draw(struct screen *display, struct gui_synclist *gui_list)
|
void list_draw(struct screen *display, struct gui_synclist *gui_list)
|
||||||
{
|
{
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
#include "menus/exported_menus.h"
|
#include "menus/exported_menus.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "root_menu.h"
|
#include "root_menu.h"
|
||||||
#include "bookmark.h"
|
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
#include "viewport.h"
|
#include "viewport.h"
|
||||||
#include "quickscreen.h"
|
#include "quickscreen.h"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
#include "recording.h"
|
#include "recording.h"
|
||||||
#endif
|
#endif
|
||||||
#include "bookmark.h"
|
|
||||||
#include "yesno.h"
|
#include "yesno.h"
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include "screens.h"
|
#include "screens.h"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* __________ __ ___.
|
* __________ __ ___.
|
||||||
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
||||||
|
@ -21,8 +20,6 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stddef.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
#include "peakmeter.h"
|
#include "peakmeter.h"
|
||||||
#endif
|
#endif
|
||||||
#include "talk.h"
|
|
||||||
#include "color_picker.h"
|
#include "color_picker.h"
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
#include "lcd-remote.h"
|
#include "lcd-remote.h"
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#else
|
#else
|
||||||
#include "sprintf.h"
|
#include "sprintf.h"
|
||||||
#include "appevents.h"
|
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "lcd-remote.h"
|
#include "lcd-remote.h"
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
#include "albumart.h"
|
#include "albumart.h"
|
||||||
#endif
|
#endif
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
#include "bookmark.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "metadata.h"
|
#include "metadata.h"
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
#include "wps.h"
|
#include "wps.h"
|
||||||
#include "bookmark.h"
|
#include "bookmark.h"
|
||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
#include "tagtree.h"
|
|
||||||
#include "menus/exported_menus.h"
|
#include "menus/exported_menus.h"
|
||||||
#ifdef HAVE_RTC_ALARM
|
#ifdef HAVE_RTC_ALARM
|
||||||
#include "rtc.h"
|
#include "rtc.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue