summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/ec_app_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/ec_app_main.c')
-rw-r--r--zephyr/app/ec/ec_app_main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zephyr/app/ec/ec_app_main.c b/zephyr/app/ec/ec_app_main.c
index 4ab5fd3a44..9b13c8ab86 100644
--- a/zephyr/app/ec/ec_app_main.c
+++ b/zephyr/app/ec/ec_app_main.c
@@ -3,11 +3,14 @@
* found in the LICENSE file.
*/
+#include <zephyr/kernel.h>
+#include <zephyr/sys/printk.h>
+#include <zephyr/shell/shell_uart.h>
+
#include "ap_power/ap_pwrseq.h"
#include "button.h"
#include "chipset.h"
#include "cros_board_info.h"
-#include "ec_app_main.h"
#include "ec_tasks.h"
#include "hooks.h"
#include "keyboard_scan.h"
@@ -16,10 +19,7 @@
#include "vboot.h"
#include "watchdog.h"
#include "zephyr_espi_shim.h"
-
-#include <zephyr/kernel.h>
-#include <zephyr/shell/shell_uart.h>
-#include <zephyr/sys/printk.h>
+#include "ec_app_main.h"
/* For testing purposes this is not named main. See main_shim.c for the real
* main() function.