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.zip rockbox-dccdce6c3ceb4e292b7e0509b0e6050434f93ff6.tar.gz rockbox-dccdce6c3ceb4e292b7e0509b0e6050434f93ff6.tar.bz2 rockbox-dccdce6c3ceb4e292b7e0509b0e6050434f93ff6.tar.xz | |
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 940e7ea..2fb0b55 100644 --- a/bootloader/meizu_m3.c +++ b/bootloader/meizu_m3.c @@ -33,7 +33,6 @@ #include "fat.h" #include "disk.h" #include "font.h" -#include "adc.h" #include "backlight.h" #include "backlight-target.h" #include "button.h" diff --git a/bootloader/meizu_m6sp.c b/bootloader/meizu_m6sp.c index 63ade2d..2240e95 100644 --- a/bootloader/meizu_m6sp.c +++ b/bootloader/meizu_m6sp.c @@ -33,9 +33,6 @@ #include "fat.h" #include "disk.h" #include "font.h" -#include "adc.h" -#include "backlight.h" -#include "backlight-target.h" #include "button.h" #include "panic.h" #include "power.h" diff --git a/bootloader/tpj1022.c b/bootloader/tpj1022.c index 7e99f2d..0f14d23 100644 --- a/bootloader/tpj1022.c +++ b/bootloader/tpj1022.c @@ -34,8 +34,6 @@ #include "fat.h" #include "disk.h" #include "font.h" -#include "adc.h" -#include "backlight.h" #include "panic.h" #include "power.h" #include "file.h" |