summaryrefslogtreecommitdiff
path: root/driver/bc12/mt6360.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/bc12/mt6360.c')
-rw-r--r--driver/bc12/mt6360.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/bc12/mt6360.c b/driver/bc12/mt6360.c
index 49ec031e09..ca4bf11794 100644
--- a/driver/bc12/mt6360.c
+++ b/driver/bc12/mt6360.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
-#include "charger.h"
#include "charge_manager.h"
+#include "charger.h"
#include "console.h"
#include "crc8.h"
-#include "mt6360.h"
#include "ec_commands.h"
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
+#include "mt6360.h"
#include "task.h"
#include "timer.h"
#include "usb_charge.h"