summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/meizu_m3.c1
-rw-r--r--bootloader/meizu_m6sp.c3
-rw-r--r--bootloader/tpj1022.c2
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"