summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/src/keyboard_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/src/keyboard_scan.c')
-rw-r--r--zephyr/test/drivers/src/keyboard_scan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/drivers/src/keyboard_scan.c b/zephyr/test/drivers/src/keyboard_scan.c
index 6d438c2b76..209c5320e0 100644
--- a/zephyr/test/drivers/src/keyboard_scan.c
+++ b/zephyr/test/drivers/src/keyboard_scan.c
@@ -3,9 +3,9 @@
* found in the LICENSE file.
*/
#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 <emul/emul_kb_raw.h>
#include "test/drivers/test_state.h"