summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/src/usb_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/src/usb_mux.c')
-rw-r--r--zephyr/test/drivers/src/usb_mux.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/zephyr/test/drivers/src/usb_mux.c b/zephyr/test/drivers/src/usb_mux.c
index bd3024ae44..09aa3c47d6 100644
--- a/zephyr/test/drivers/src/usb_mux.c
+++ b/zephyr/test/drivers/src/usb_mux.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
-#include <kernel.h>
-#include <zephyr.h>
+#include <zephyr/kernel.h>
+#include <zephyr/zephyr.h>
#include <ztest.h>
-#include <drivers/gpio.h>
-#include <drivers/gpio/gpio_emul.h>
-#include <shell/shell.h>
-#include <shell/shell_uart.h>
+#include <zephyr/drivers/gpio.h>
+#include <zephyr/drivers/gpio/gpio_emul.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/shell/shell_uart.h>
#include "common.h"
#include "ec_commands.h"