summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/tcpc_nct38xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/tcpc_nct38xx.c')
-rw-r--r--zephyr/shim/src/tcpc_nct38xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/src/tcpc_nct38xx.c b/zephyr/shim/src/tcpc_nct38xx.c
index 9481961e5e..f8c73d1aa0 100644
--- a/zephyr/shim/src/tcpc_nct38xx.c
+++ b/zephyr/shim/src/tcpc_nct38xx.c
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#include <device.h>
-#include <devicetree.h>
+#include <zephyr/device.h>
+#include <zephyr/devicetree.h>
#include "config.h"
#include "usbc/tcpc_nct38xx.h"