summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/src/lid_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/src/lid_switch.c')
-rw-r--r--zephyr/test/drivers/src/lid_switch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/src/lid_switch.c b/zephyr/test/drivers/src/lid_switch.c
index c4794741fb..42d91495f4 100644
--- a/zephyr/test/drivers/src/lid_switch.c
+++ b/zephyr/test/drivers/src/lid_switch.c
@@ -4,11 +4,11 @@
*/
#include <ztest.h>
-#include <drivers/emul.h>
-#include <drivers/gpio.h>
-#include <drivers/gpio/gpio_emul.h>
+#include <zephyr/drivers/emul.h>
+#include <zephyr/drivers/gpio.h>
+#include <zephyr/drivers/gpio/gpio_emul.h>
#include <lid_switch.h>
-#include <shell/shell_dummy.h>
+#include <zephyr/shell/shell_dummy.h>
#include <console.h>
#include "test/drivers/test_state.h"