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 "talk.h"
#include "lang.h"
#include "power.h"
#include "alarm_menu.h"
#include "splash.h"
#include "viewport.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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