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, 2 insertions, 1 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 c2f7e72045..8e7fff0fe2 100644
--- a/zephyr/test/drivers/host_cmd/src/host_event_commands.c
+++ b/zephyr/test/drivers/host_cmd/src/host_event_commands.c
@@ -3,11 +3,12 @@
* 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;
};