summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/src/smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/src/smart.c')
-rw-r--r--zephyr/test/drivers/src/smart.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/drivers/src/smart.c b/zephyr/test/drivers/src/smart.c
index f80563a40f..3628a68d3e 100644
--- a/zephyr/test/drivers/src/smart.c
+++ b/zephyr/test/drivers/src/smart.c
@@ -3,10 +3,10 @@
* found in the LICENSE file.
*/
-#include <zephyr.h>
+#include <zephyr/zephyr.h>
#include <ztest.h>
-#include <shell/shell.h>
-#include <shell/shell_uart.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/shell/shell_uart.h>
#include "common.h"
#include "console.h"