include: add more missing zephyr/ prefixes

Adds few missing zephyr/ prefixes to leftover #include statements that
either got added recently or were using double quote format.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2022-05-25 16:31:28 +01:00 committed by Marti Bolivar
commit e24314f10f
96 changed files with 134 additions and 134 deletions

View file

@ -21,7 +21,7 @@ static struct k_thread ztest_thread;
#endif
#ifdef CONFIG_ZTEST_SHUFFLE
#include <random/rand32.h>
#include <zephyr/random/rand32.h>
#include <stdlib.h>
#include <time.h>
#define NUM_ITER_PER_SUITE CONFIG_ZTEST_SHUFFLE_SUITE_REPEAT_COUNT