summaryrefslogtreecommitdiff
path: root/zephyr/test/ap_power/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/ap_power/src/main.c')
-rw-r--r--zephyr/test/ap_power/src/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/zephyr/test/ap_power/src/main.c b/zephyr/test/ap_power/src/main.c
index 9ed34eee4a..d653b51164 100644
--- a/zephyr/test/ap_power/src/main.c
+++ b/zephyr/test/ap_power/src/main.c
@@ -3,11 +3,10 @@
* found in the LICENSE file.
*/
-#include "ec_app_main.h"
-#include "test_state.h"
-
#include <zephyr/kernel.h>
#include <zephyr/ztest.h>
+#include "ec_app_main.h"
+#include "test_state.h"
bool ap_power_predicate_pre_main(const void *state)
{