summaryrefslogtreecommitdiff
path: root/zephyr/test/test_utils/tasks_fakes.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/test_utils/tasks_fakes.c')
-rw-r--r--zephyr/test/test_utils/tasks_fakes.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/zephyr/test/test_utils/tasks_fakes.c b/zephyr/test/test_utils/tasks_fakes.c
index b4068afa21..d688c6cc24 100644
--- a/zephyr/test/test_utils/tasks_fakes.c
+++ b/zephyr/test/test_utils/tasks_fakes.c
@@ -3,10 +3,11 @@
* found in the LICENSE file.
*/
-#include <zephyr/sys/atomic.h>
-#include <zephyr/fff.h>
#include "task_id.h"
+#include <zephyr/fff.h>
+#include <zephyr/sys/atomic.h>
+
/*
* The fakes below are needed to satisfy the final link, but are never
* actually called at runtime. Exclude from the coverage report to avoid