Clean up duplicate #includes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-09-27 14:46:44 +00:00
parent 59368e1750
commit 69b40e704d
8 changed files with 1 additions and 9 deletions

View file

@ -19,7 +19,7 @@
*
****************************************************************************/
#include "screen_access.h"
#include "config.h"
#include "font.h"
#include "kernel.h"
#include "string.h" /* for memcmp oO*/

View file

@ -81,7 +81,6 @@
#ifdef BOOTFILE
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
#include "rolo.h"
#include "yesno.h"
#endif
#endif

View file

@ -29,8 +29,6 @@
#include "spconf.h"
#include "interf.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>

View file

@ -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)

View file

@ -64,7 +64,6 @@
#include "backdrop.h"
#include "viewport.h"
#include "appevents.h"
#include "statusbar.h"
#ifdef HAVE_LCD_BITMAP
#include "bitmaps/usblogo.h"

View file

@ -31,7 +31,6 @@
#include "usb_drv.h"
#include "logf.h"
#include "config.h"
#include "cpu.h"
#include "ata.h"
#include "usb.h"

View file

@ -50,7 +50,6 @@
#ifdef HAVE_HOTSWAP
#include "disk.h"
#include "panic.h"
#endif
/* command flags */

View file

@ -27,7 +27,6 @@
#include "nand_id.h"
#include "storage.h"
#include "buffer.h"
#include "led.h"
#define SECTOR_SIZE 512