summaryrefslogtreecommitdiff
path: root/common/charger.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/charger.c')
-rw-r--r--common/charger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/charger.c b/common/charger.c
index caabd547c0..af9b246adb 100644
--- a/common/charger.c
+++ b/common/charger.c
@@ -12,10 +12,10 @@
#include "common.h"
#include "console.h"
#include "dptf.h"
+#include "hooks.h"
#include "host_command.h"
#include "printf.h"
#include "util.h"
-#include "hooks.h"
/* Console output macros */
#define CPUTS(outstr) cputs(CC_CHARGER, outstr)