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

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