summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/host_cmd/src/host_event_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/host_cmd/src/host_event_commands.c')
-rw-r--r--zephyr/test/drivers/host_cmd/src/host_event_commands.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/test/drivers/host_cmd/src/host_event_commands.c b/zephyr/test/drivers/host_cmd/src/host_event_commands.c
index 8e7fff0fe2..c2f7e72045 100644
--- a/zephyr/test/drivers/host_cmd/src/host_event_commands.c
+++ b/zephyr/test/drivers/host_cmd/src/host_event_commands.c
@@ -3,12 +3,11 @@
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
#include "include/lpc.h"
#include "test/drivers/test_state.h"
#include "test/drivers/utils.h"
-#include <zephyr/ztest.h>
-
struct host_cmd_host_event_commands_fixture {
struct host_events_ctx ctx;
};