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:
parent
26b59d6d17
commit
e24314f10f
96 changed files with 134 additions and 134 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue