summaryrefslogtreecommitdiff
path: root/chip/npcx/keyboard_raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/keyboard_raw.c')
-rw-r--r--chip/npcx/keyboard_raw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/keyboard_raw.c b/chip/npcx/keyboard_raw.c
index 1774e7353d..cb2be7911e 100644
--- a/chip/npcx/keyboard_raw.c
+++ b/chip/npcx/keyboard_raw.c
@@ -5,11 +5,11 @@
/* Functions needed by keyboard scanner module for Chrome EC */
-#include "clock.h"
#include "common.h"
-#include "gpio.h"
#include "keyboard_raw.h"
#include "keyboard_scan.h"
+#include "clock.h"
+#include "gpio.h"
#include "registers.h"
#include "task.h"