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:
parent
16811660ee
commit
5f5a905784
29 changed files with 61 additions and 61 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue