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, 3 insertions, 2 deletions
diff --git a/zephyr/test/drivers/common/src/main.c b/zephyr/test/drivers/common/src/main.c
index 1c8497ab3f..dab681b936 100644
--- a/zephyr/test/drivers/common/src/main.c
+++ b/zephyr/test/drivers/common/src/main.c
@@ -3,12 +3,13 @@
* 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
*/