summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/host_cmd/src/get_panic_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/host_cmd/src/get_panic_info.c')
-rw-r--r--zephyr/test/drivers/host_cmd/src/get_panic_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/drivers/host_cmd/src/get_panic_info.c b/zephyr/test/drivers/host_cmd/src/get_panic_info.c
index 85d5fdd6f2..bdb19d9a98 100644
--- a/zephyr/test/drivers/host_cmd/src/get_panic_info.c
+++ b/zephyr/test/drivers/host_cmd/src/get_panic_info.c
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
+
#include "host_command.h"
#include "panic.h"
#include "test/drivers/test_state.h"
-#include <zephyr/ztest.h>
-
struct host_cmd_get_panic_info_fixture {
struct panic_data saved_pdata;
};