summaryrefslogtreecommitdiff
path: root/zephyr/test/tasks/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/tasks/main.c')
-rw-r--r--zephyr/test/tasks/main.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/zephyr/test/tasks/main.c b/zephyr/test/tasks/main.c
index bbf752c656..8bfe9eb602 100644
--- a/zephyr/test/tasks/main.c
+++ b/zephyr/test/tasks/main.c
@@ -3,15 +3,14 @@
* found in the LICENSE file.
*/
+#include <zephyr/kernel.h>
+#include <stdbool.h>
+#include <zephyr/ztest.h>
+
#include "ec_tasks.h"
#include "task.h"
#include "timer.h"
-#include <stdbool.h>
-
-#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
-
/* Second for platform/ec task API (in microseconds). */
#define TASK_SEC(s) (s * 1000 * 1000)