summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/zephyr_hooks_shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/zephyr_hooks_shim.h')
-rw-r--r--zephyr/shim/include/zephyr_hooks_shim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/shim/include/zephyr_hooks_shim.h b/zephyr/shim/include/zephyr_hooks_shim.h
index f3949787bd..f1c25c6e8f 100644
--- a/zephyr/shim/include/zephyr_hooks_shim.h
+++ b/zephyr/shim/include/zephyr_hooks_shim.h
@@ -8,12 +8,12 @@
#endif
#define __CROS_EC_ZEPHYR_HOOKS_SHIM_H
-#include <zephyr/init.h>
-#include <zephyr/kernel.h>
-
#include "common.h"
#include "cros_version.h"
+#include <zephyr/init.h>
+#include <zephyr/kernel.h>
+
/**
* The internal data structure stored for a deferred function.
*/