mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix duplicate #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b4e2db5cc5
commit
0023943439
29 changed files with 2 additions and 39 deletions
|
|
@ -24,7 +24,6 @@
|
|||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "system.h"
|
||||
|
||||
#define LOGF_ENABLE
|
||||
#include "logf.h"
|
||||
|
|
|
|||
|
|
@ -65,6 +65,4 @@
|
|||
#if CONFIG_CPU == AS3525
|
||||
#include "as3525.h"
|
||||
#endif
|
||||
#if CONFIG_CPU == JZ4732
|
||||
#include "jz4740.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
#include "backlight.h"
|
||||
#include "serial.h"
|
||||
#include "power.h"
|
||||
#include "system.h"
|
||||
#include "powermgmt.h"
|
||||
#include "hwcompat.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#include "kernel.h"
|
||||
#include "backlight.h"
|
||||
#include "adc.h"
|
||||
#include "system.h"
|
||||
|
||||
|
||||
void button_init_device(void)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#include "kernel.h"
|
||||
#include "backlight.h"
|
||||
#include "adc.h"
|
||||
#include "system.h"
|
||||
|
||||
|
||||
void button_init_device(void)
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
#include "kernel.h"
|
||||
#include "backlight.h"
|
||||
#include "adc.h"
|
||||
#include "system.h"
|
||||
#include "backlight-target.h"
|
||||
|
||||
static bool headphones_detect;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#include "button.h"
|
||||
#include "kernel.h"
|
||||
#include "backlight.h"
|
||||
#include "system.h"
|
||||
|
||||
void button_init_device(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue