From 041042627a750d7a141ce2392630464a24be39b5 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Mon, 9 May 2022 16:00:03 +0000 Subject: zephyr: add a zephyr/ prefix to all zephyr includes This adds a zephyr/ prefix to all #include path pointing to Zephyr header files, so that we could drop LEGACY_INCLUD_PATH once all upstream code has been converted. Generated using something similar to the script in: c7b5b3c419 samples: migrate includes to contain prefix BRANCH=none BUG=none TEST=cq dry run Signed-off-by: Fabio Baltieri Change-Id: I5ba2c859fe10a34ea8d3a49a612132ea4d02f2cb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3634345 Reviewed-by: Yuval Peress --- include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 391000933b..33c9ab97c2 100644 --- a/include/common.h +++ b/include/common.h @@ -15,8 +15,8 @@ #ifdef CONFIG_ZEPHYR #include -#include -#include +#include +#include #ifdef CONFIG_ZTEST #define TEST_BUILD #endif /* CONFIG_ZTEST */ -- cgit v1.2.1