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

In order to bring consistency in-tree, migrate all subsystems 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:12:04 +02:00 committed by Carles Cufí
commit 5113c1418d
726 changed files with 2931 additions and 2931 deletions

View file

@ -8,14 +8,14 @@
#include <zephyr/types.h>
#include <errno.h>
#include <data/jwt.h>
#include <data/json.h>
#include <zephyr/data/jwt.h>
#include <zephyr/data/json.h>
#ifdef CONFIG_JWT_SIGN_RSA
#include <mbedtls/pk.h>
#include <mbedtls/rsa.h>
#include <mbedtls/sha256.h>
#include <random/rand32.h>
#include <zephyr/random/rand32.h>
#endif
#ifdef CONFIG_JWT_SIGN_ECDSA
@ -24,7 +24,7 @@
#include <tinycrypt/ecc_dsa.h>
#include <tinycrypt/constants.h>
#include <random/rand32.h>
#include <zephyr/random/rand32.h>
#endif
/*