summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/common/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/common/src/main.c')
-rw-r--r--zephyr/test/drivers/common/src/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/zephyr/test/drivers/common/src/main.c b/zephyr/test/drivers/common/src/main.c
index dab681b936..1c8497ab3f 100644
--- a/zephyr/test/drivers/common/src/main.c
+++ b/zephyr/test/drivers/common/src/main.c
@@ -3,13 +3,12 @@
* found in the LICENSE file.
*/
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
#include "ec_app_main.h"
#include "hooks.h"
#include "test/drivers/test_state.h"
-#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
-
/**
* @brief Semaphore that signals when hooks have completed
*/