summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/button/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/button/src/main.c')
-rw-r--r--zephyr/test/drivers/button/src/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zephyr/test/drivers/button/src/main.c b/zephyr/test/drivers/button/src/main.c
index 08874d8032..c26a62dfa1 100644
--- a/zephyr/test/drivers/button/src/main.c
+++ b/zephyr/test/drivers/button/src/main.c
@@ -3,6 +3,11 @@
* found in the LICENSE file.
*/
+#include <zephyr/fff.h>
+#include <zephyr/kernel.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/ztest.h>
+
#include "button.h"
#include "console.h"
#include "hooks.h"
@@ -11,11 +16,6 @@
#include "test/drivers/test_state.h"
#include "timer.h"
-#include <zephyr/fff.h>
-#include <zephyr/kernel.h>
-#include <zephyr/shell/shell.h>
-#include <zephyr/ztest.h>
-
/*
* TODO (b/b/253284635) Timeouts here don't quite align with the button press
* duration. This is caused by an issue with the Zephyr scheduling for delayed