Fix duplicate #includes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-05-17 14:50:19 +00:00
parent b4e2db5cc5
commit 0023943439
29 changed files with 2 additions and 39 deletions

View file

@ -37,7 +37,6 @@
#include "screens.h" #include "screens.h"
#include "talk.h" #include "talk.h"
#include "lang.h" #include "lang.h"
#include "power.h"
#include "alarm_menu.h" #include "alarm_menu.h"
#include "splash.h" #include "splash.h"
#include "viewport.h" #include "viewport.h"

View file

@ -46,7 +46,6 @@
#include "icons.h" #include "icons.h"
#include "peakmeter.h" #include "peakmeter.h"
#endif #endif
#include "action.h"
#include "lang.h" #include "lang.h"
#include "bookmark.h" #include "bookmark.h"
#include "misc.h" #include "misc.h"

View file

@ -38,7 +38,6 @@
#include "misc.h" #include "misc.h"
#include "talk.h" #include "talk.h"
#include "viewport.h" #include "viewport.h"
#include "list.h"
#ifdef HAVE_LCD_CHARCELLS #ifdef HAVE_LCD_CHARCELLS
#define SCROLL_LIMIT 1 #define SCROLL_LIMIT 1

View file

@ -29,7 +29,6 @@
#ifdef __PCTOOL__ #ifdef __PCTOOL__
#ifdef WPSEDITOR #ifdef WPSEDITOR
#include "proxy.h" #include "proxy.h"
#include "settings.h"
#include "sysfont.h" #include "sysfont.h"
#else #else
#include "checkwps.h" #include "checkwps.h"
@ -42,13 +41,10 @@
#include <ctype.h> #include <ctype.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h>
#include "font.h" #include "font.h"
#include "gwps.h" #include "gwps.h"
#ifndef __PCTOOL__
#include "settings.h" #include "settings.h"
#endif
#include "settings_list.h" #include "settings_list.h"
#ifdef HAVE_LCD_BITMAP #ifdef HAVE_LCD_BITMAP

View file

@ -38,7 +38,6 @@
#include "metadata.h" #include "metadata.h"
#include "gwps.h" #include "gwps.h"
#include "button.h"
#include "action.h" #include "action.h"
#define RX_BUFLEN 260 #define RX_BUFLEN 260

View file

@ -41,11 +41,9 @@
#include "sound.h" #include "sound.h"
#include "dsp.h" #include "dsp.h"
#include "tree.h" #include "tree.h"
#include "talk.h"
#include "screen_access.h" #include "screen_access.h"
#include "keyboard.h" #include "keyboard.h"
#include "gui/scrollbar.h" #include "gui/scrollbar.h"
#include "eq_menu.h"
#include "menu_common.h" #include "menu_common.h"
#include "viewport.h" #include "viewport.h"

View file

@ -31,7 +31,6 @@
#include "menu.h" #include "menu.h"
#include "playlist_menu.h" #include "playlist_menu.h"
#include "menu.h"
#include "file.h" #include "file.h"
#include "keyboard.h" #include "keyboard.h"
#include "playlist.h" #include "playlist.h"

View file

@ -20,6 +20,7 @@
****************************************************************************/ ****************************************************************************/
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>
#include <string.h>
#include "config.h" #include "config.h"
#include "misc.h" #include "misc.h"
#include "lcd.h" #include "lcd.h"
@ -27,14 +28,10 @@
#ifdef __PCTOOL__ #ifdef __PCTOOL__
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#ifdef WPSEDITOR
#include "string.h"
#endif
#else #else
#include "sprintf.h" #include "sprintf.h"
#include "appevents.h" #include "appevents.h"
#include "lang.h" #include "lang.h"
#include "string.h"
#include "dir.h" #include "dir.h"
#include "lcd-remote.h" #include "lcd-remote.h"
#include "errno.h" #include "errno.h"

View file

@ -77,7 +77,6 @@
#ifdef HAVE_RECORDING #ifdef HAVE_RECORDING
#include "recording.h" #include "recording.h"
#include "talk.h"
#include "pcm_record.h" #include "pcm_record.h"
#endif #endif

View file

@ -49,7 +49,6 @@
#include "list.h" #include "list.h"
#include "splash.h" #include "splash.h"
#include "playlist_menu.h" #include "playlist_menu.h"
#include "action.h"
/* Maximum number of tracks we can have loaded at one time */ /* Maximum number of tracks we can have loaded at one time */
#define MAX_PLAYLIST_ENTRIES 200 #define MAX_PLAYLIST_ENTRIES 200

View file

@ -66,7 +66,6 @@ void* plugin_get_buffer(size_t *buffer_size);
#include "dsp.h" #include "dsp.h"
#include "codecs.h" #include "codecs.h"
#include "playback.h" #include "playback.h"
#include "metadata.h"
#ifdef HAVE_RECORDING #ifdef HAVE_RECORDING
#include "recording.h" #include "recording.h"
#endif #endif

View file

@ -24,7 +24,6 @@
#include "lcd.h" #include "lcd.h"
#include "file.h" #include "file.h"
#include "lcd.h"
#include "system.h" #include "system.h"
#if LCD_DEPTH > 1 /* save is only available for color, resize for >1bpp */ #if LCD_DEPTH > 1 /* save is only available for color, resize for >1bpp */

View file

@ -58,7 +58,6 @@
#include "splash.h" #include "splash.h"
#include "yesno.h" #include "yesno.h"
#include "buttonbar.h" #include "buttonbar.h"
#include "power.h"
#include "tree.h" #include "tree.h"
#include "dir.h" #include "dir.h"
#include "action.h" #include "action.h"

View file

@ -73,7 +73,6 @@
#include "screen_access.h" #include "screen_access.h"
#include "action.h" #include "action.h"
#include "radio.h" #include "radio.h"
#include "sound_menu.h"
#include "viewport.h" #include "viewport.h"
#include "list.h" #include "list.h"
#include "general.h" #include "general.h"

View file

@ -42,7 +42,6 @@
#include "power.h" #include "power.h"
#include "system.h" #include "system.h"
#include "powermgmt.h" #include "powermgmt.h"
#include "action.h"
#include "talk.h" #include "talk.h"
#include "misc.h" #include "misc.h"
#include "metadata.h" #include "metadata.h"

View file

@ -69,7 +69,6 @@
#include "string.h" #include "string.h"
#include "usb.h" #include "usb.h"
#include "metadata.h" #include "metadata.h"
#include "metadata.h"
#include "tagcache.h" #include "tagcache.h"
#include "buffer.h" #include "buffer.h"
#include "crc32.h" #include "crc32.h"
@ -77,7 +76,6 @@
#include "settings.h" #include "settings.h"
#include "dir.h" #include "dir.h"
#include "structec.h" #include "structec.h"
#include "tagcache.h"
#ifndef __PCTOOL__ #ifndef __PCTOOL__
#include "lang.h" #include "lang.h"

View file

@ -44,7 +44,6 @@
#include "playback.h" #include "playback.h"
#endif #endif
#include "debug.h" #include "debug.h"
#include "kernel.h"
/* Memory layout varies between targets because the /* Memory layout varies between targets because the

View file

@ -72,7 +72,6 @@
#include "list.h" #include "list.h"
#include "splash.h" #include "splash.h"
#include "buttonbar.h" #include "buttonbar.h"
#include "action.h"
#include "quickscreen.h" #include "quickscreen.h"
#include "root_menu.h" #include "root_menu.h"

View file

@ -24,7 +24,6 @@
#include "cpu.h" #include "cpu.h"
#include "system.h" #include "system.h"
#include "kernel.h" #include "kernel.h"
#include "system.h"
#define LOGF_ENABLE #define LOGF_ENABLE
#include "logf.h" #include "logf.h"

View file

@ -65,6 +65,4 @@
#if CONFIG_CPU == AS3525 #if CONFIG_CPU == AS3525
#include "as3525.h" #include "as3525.h"
#endif #endif
#if CONFIG_CPU == JZ4732
#include "jz4740.h"
#endif

View file

@ -24,7 +24,6 @@
#include "system.h" #include "system.h"
#include "button.h" #include "button.h"
#include "backlight.h" #include "backlight.h"
#include "system.h"
#include "backlight-target.h" #include "backlight-target.h"
#include "avic-imx31.h" #include "avic-imx31.h"
#include "ccm-imx31.h" #include "ccm-imx31.h"

View file

@ -38,7 +38,6 @@
#include "backlight.h" #include "backlight.h"
#include "serial.h" #include "serial.h"
#include "power.h" #include "power.h"
#include "system.h"
#include "powermgmt.h" #include "powermgmt.h"
#include "hwcompat.h" #include "hwcompat.h"

View file

@ -38,7 +38,6 @@
#include "backlight.h" #include "backlight.h"
#include "serial.h" #include "serial.h"
#include "power.h" #include "power.h"
#include "system.h"
#include "powermgmt.h" #include "powermgmt.h"
#define WHEEL_FAST_OFF_TIMEOUT 250000 /* timeout for acceleration = 250ms */ #define WHEEL_FAST_OFF_TIMEOUT 250000 /* timeout for acceleration = 250ms */

View file

@ -38,7 +38,6 @@
#include "backlight.h" #include "backlight.h"
#include "serial.h" #include "serial.h"
#include "power.h" #include "power.h"
#include "system.h"
#include "powermgmt.h" #include "powermgmt.h"
/* Variable to use for setting button status in interrupt handler */ /* Variable to use for setting button status in interrupt handler */

View file

@ -30,7 +30,6 @@
#include "kernel.h" #include "kernel.h"
#include "backlight.h" #include "backlight.h"
#include "adc.h" #include "adc.h"
#include "system.h"
void button_init_device(void) void button_init_device(void)

View file

@ -28,7 +28,6 @@
#include "kernel.h" #include "kernel.h"
#include "backlight.h" #include "backlight.h"
#include "adc.h" #include "adc.h"
#include "system.h"
void button_init_device(void) void button_init_device(void)

View file

@ -26,7 +26,6 @@
#include "kernel.h" #include "kernel.h"
#include "backlight.h" #include "backlight.h"
#include "adc.h" #include "adc.h"
#include "system.h"
#include "backlight-target.h" #include "backlight-target.h"
static bool headphones_detect; static bool headphones_detect;

View file

@ -28,7 +28,6 @@
#include "button.h" #include "button.h"
#include "kernel.h" #include "kernel.h"
#include "backlight.h" #include "backlight.h"
#include "system.h"
void button_init_device(void) void button_init_device(void)
{ {

View file

@ -25,7 +25,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "string.h" #include "string.h"
#include "lcd.h"
#include "kernel.h" #include "kernel.h"
#include "memory.h" #include "memory.h"
#include "system-target.h" #include "system-target.h"