summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/src/power_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/src/power_common.c')
-rw-r--r--zephyr/test/drivers/src/power_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/src/power_common.c b/zephyr/test/drivers/src/power_common.c
index a6d653db4a..03832b6c0c 100644
--- a/zephyr/test/drivers/src/power_common.c
+++ b/zephyr/test/drivers/src/power_common.c
@@ -4,10 +4,10 @@
*/
#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 "chipset.h"
#include "common.h"