modules: migrate includes to <zephyr/...>

In order to bring consistency in-tree, migrate all modules code to the
new prefix <zephyr/...>. Note that the conversion has been scripted,
refer to zephyrproject-rtos#45388 for more details.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-05-06 11:09:00 +02:00 committed by Carles Cufí
commit 5f5a905784
29 changed files with 61 additions and 61 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <shell/shell.h>
#include <zephyr/shell/shell.h>
#include <mbedtls/memory_buffer_alloc.h>
#if defined(MBEDTLS_MEMORY_DEBUG)

View file

@ -10,8 +10,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <init.h>
#include <app_memory/app_memdomain.h>
#include <zephyr/init.h>
#include <zephyr/app_memory/app_memdomain.h>
#if defined(CONFIG_MBEDTLS)
#if !defined(CONFIG_MBEDTLS_CFG_FILE)