Remove some redundant #include's

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2010-06-29 20:13:22 +00:00
parent 3ecef7d801
commit 5565a28c7d
7 changed files with 0 additions and 9 deletions

View file

@ -46,7 +46,6 @@
#include "screens.h" #include "screens.h"
#include "playlist.h" #include "playlist.h"
#include "pcmbuf.h" #include "pcmbuf.h"
#include "bmp.h"
#include "appevents.h" #include "appevents.h"
#include "metadata.h" #include "metadata.h"
#ifdef HAVE_ALBUMART #ifdef HAVE_ALBUMART

View file

@ -57,7 +57,6 @@
#endif #endif
#include "statusbar-skinned.h" #include "statusbar-skinned.h"
#include "debug.h" #include "debug.h"
#include "viewport.h"
#define VPSTACK_DEPTH 16 #define VPSTACK_DEPTH 16
struct viewport_stack_item struct viewport_stack_item

View file

@ -48,7 +48,6 @@
#include "backlight.h" #include "backlight.h"
#include "status.h" #include "status.h"
#include "debug_menu.h" #include "debug_menu.h"
#include "version.h"
#include "font.h" #include "font.h"
#include "language.h" #include "language.h"
#include "wps.h" #include "wps.h"

View file

@ -34,7 +34,6 @@
#include "exported_menus.h" #include "exported_menus.h"
#include "keyboard.h" #include "keyboard.h"
#include "talk.h" #include "talk.h"
#include "version.h"
#include "time.h" #include "time.h"
#include "viewport.h" #include "viewport.h"
#include "list.h" #include "list.h"

View file

@ -63,7 +63,6 @@
#include "r_main.h" #include "r_main.h"
#include "d_main.h" #include "d_main.h"
#include "d_deh.h" // Ty 04/08/98 - Externalizations #include "d_deh.h" // Ty 04/08/98 - Externalizations
#include "am_map.h"
#include "m_swap.h" #include "m_swap.h"
// DEHacked support - Ty 03/09/97 // CPhipps - const char*'s // DEHacked support - Ty 03/09/97 // CPhipps - const char*'s

View file

@ -40,9 +40,6 @@
/* based on implementation by Finn Yannick Jacobs */ /* based on implementation by Finn Yannick Jacobs */
#include <stdio.h>
#include <stdlib.h>
/* crc_tab[] -- this crcTable is being build by chksum_crc32GenTab(). /* crc_tab[] -- this crcTable is being build by chksum_crc32GenTab().
* so make sure, you call it before using the other * so make sure, you call it before using the other
* functions! * functions!

View file

@ -24,7 +24,6 @@
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
#include <ctype.h> #include <ctype.h>
#include <string.h>
#include "skin_parser.h" #include "skin_parser.h"
#include "skin_debug.h" #include "skin_debug.h"