diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-04-25 22:24:59 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-04-25 22:24:59 +0000 |
commit | dccdce6c3ceb4e292b7e0509b0e6050434f93ff6 (patch) | |
tree | 996976d5f7f1f416cfe1d0299bdc6c05363f6ea1 /bootloader | |
parent | d4d121538d8351f03056e8796abb1d6f3cfdaf44 (diff) | |
download | rockbox-dccdce6c3ceb4e292b7e0509b0e6050434f93ff6.tar.gz rockbox-dccdce6c3ceb4e292b7e0509b0e6050434f93ff6.zip |
Remove unnecessary #include "adc.h"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20791 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/meizu_m3.c | 1 | ||||
-rw-r--r-- | bootloader/meizu_m6sp.c | 3 | ||||
-rw-r--r-- | bootloader/tpj1022.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/bootloader/meizu_m3.c b/bootloader/meizu_m3.c index 940e7ea876..2fb0b551a0 100644 --- a/bootloader/meizu_m3.c +++ b/bootloader/meizu_m3.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include "fat.h" | 33 | #include "fat.h" |
34 | #include "disk.h" | 34 | #include "disk.h" |
35 | #include "font.h" | 35 | #include "font.h" |
36 | #include "adc.h" | ||
37 | #include "backlight.h" | 36 | #include "backlight.h" |
38 | #include "backlight-target.h" | 37 | #include "backlight-target.h" |
39 | #include "button.h" | 38 | #include "button.h" |
diff --git a/bootloader/meizu_m6sp.c b/bootloader/meizu_m6sp.c index 63ade2dbe8..2240e95768 100644 --- a/bootloader/meizu_m6sp.c +++ b/bootloader/meizu_m6sp.c | |||
@@ -33,9 +33,6 @@ | |||
33 | #include "fat.h" | 33 | #include "fat.h" |
34 | #include "disk.h" | 34 | #include "disk.h" |
35 | #include "font.h" | 35 | #include "font.h" |
36 | #include "adc.h" | ||
37 | #include "backlight.h" | ||
38 | #include "backlight-target.h" | ||
39 | #include "button.h" | 36 | #include "button.h" |
40 | #include "panic.h" | 37 | #include "panic.h" |
41 | #include "power.h" | 38 | #include "power.h" |
diff --git a/bootloader/tpj1022.c b/bootloader/tpj1022.c index 7e99f2df27..0f14d2355c 100644 --- a/bootloader/tpj1022.c +++ b/bootloader/tpj1022.c | |||
@@ -34,8 +34,6 @@ | |||
34 | #include "fat.h" | 34 | #include "fat.h" |
35 | #include "disk.h" | 35 | #include "disk.h" |
36 | #include "font.h" | 36 | #include "font.h" |
37 | #include "adc.h" | ||
38 | #include "backlight.h" | ||
39 | #include "panic.h" | 37 | #include "panic.h" |
40 | #include "power.h" | 38 | #include "power.h" |
41 | #include "file.h" | 39 | #include "file.h" |