summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/main_shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/main_shim.c')
-rw-r--r--zephyr/app/ec/main_shim.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/app/ec/main_shim.c b/zephyr/app/ec/main_shim.c
index 0ec92b70bf..a14cff2dcb 100644
--- a/zephyr/app/ec/main_shim.c
+++ b/zephyr/app/ec/main_shim.c
@@ -3,11 +3,10 @@
* found in the LICENSE file.
*/
+#include <zephyr/kernel.h>
#include "ec_app_main.h"
#include "host_command.h"
-#include <zephyr/kernel.h>
-
/** A stub main to call the real ec app main function. LCOV_EXCL_START */
void main(void)
{