summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/ioex.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/ioex.c')
-rw-r--r--zephyr/shim/src/ioex.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/shim/src/ioex.c b/zephyr/shim/src/ioex.c
index c3bad885b0..8e1282d152 100644
--- a/zephyr/shim/src/ioex.c
+++ b/zephyr/shim/src/ioex.c
@@ -3,9 +3,9 @@
* found in the LICENSE file.
*/
-#include <init.h>
-#include <kernel.h>
-#include <logging/log.h>
+#include <zephyr/init.h>
+#include <zephyr/kernel.h>
+#include <zephyr/logging/log.h>
#include "common.h"
#ifdef __REQUIRE_ZEPHYR_GPIOS__
#undef __REQUIRE_ZEPHYR_GPIOS__