summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/uart_hostcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/uart_hostcmd.c')
-rw-r--r--zephyr/test/drivers/default/src/uart_hostcmd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/default/src/uart_hostcmd.c b/zephyr/test/drivers/default/src/uart_hostcmd.c
index 907dba929f..5e1e200fa9 100644
--- a/zephyr/test/drivers/default/src/uart_hostcmd.c
+++ b/zephyr/test/drivers/default/src/uart_hostcmd.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
+
#include "console.h"
#include "host_command.h"
-#include "test/drivers/test_state.h"
#include "uart.h"
-
-#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
+#include "test/drivers/test_state.h"
/** Messages used in test */
static const char msg1[] = "test";