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

In order to bring consistency in-tree, migrate all tests to the new
prefix <zephyr/...>. Note that the conversion has been scripted, refer
to #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 10:44:33 +02:00 committed by Carles Cufí
commit ade7ccb918
824 changed files with 2206 additions and 2206 deletions

View file

@ -5,7 +5,7 @@
*/
#include <ztest.h>
#include <sys/util.h>
#include <zephyr/sys/util.h>
#include <string.h>
#include "test.inc"