Clean up duplicate #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
59368e1750
commit
69b40e704d
8 changed files with 1 additions and 9 deletions
|
@ -19,7 +19,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "screen_access.h"
|
||||
#include "config.h"
|
||||
#include "font.h"
|
||||
#include "kernel.h"
|
||||
#include "string.h" /* for memcmp oO*/
|
||||
|
|
|
@ -81,7 +81,6 @@
|
|||
#ifdef BOOTFILE
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
|
||||
#include "rolo.h"
|
||||
#include "yesno.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
|
||||
#include "spconf.h"
|
||||
|
||||
#include "interf.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include "helpers.h"
|
||||
#include "zxconfig.h"
|
||||
#define DIR_SEP_CHAR '/'
|
||||
|
||||
char *get_base_name(char *fname)
|
||||
|
|
|
@ -64,7 +64,6 @@
|
|||
#include "backdrop.h"
|
||||
#include "viewport.h"
|
||||
#include "appevents.h"
|
||||
#include "statusbar.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "bitmaps/usblogo.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include "usb_drv.h"
|
||||
#include "logf.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "ata.h"
|
||||
#include "usb.h"
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
|
||||
#ifdef HAVE_HOTSWAP
|
||||
#include "disk.h"
|
||||
#include "panic.h"
|
||||
#endif
|
||||
|
||||
/* command flags */
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "nand_id.h"
|
||||
#include "storage.h"
|
||||
#include "buffer.h"
|
||||
#include "led.h"
|
||||
|
||||
#define SECTOR_SIZE 512
|
||||
|
||||
|
|
Loading…
Reference in a new issue