kernel: remove redundant <zephyr/zephyr.h> includes

Files including <zephyr/kernel.h> do not have to include
<zephyr/zephyr.h>, a shim to <zephyr/kernel.h>.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-06-14 10:49:35 +02:00 committed by Carles Cufí
commit afffc1006f
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@
* This module contains routines that are used to initialize the kernel.
*/
#include <zephyr/zephyr.h>
#include <offsets_short.h>
#include <zephyr/kernel.h>
#include <zephyr/sys/printk.h>

View file

@ -6,7 +6,6 @@
*/
#include <zephyr/zephyr.h>
#include <zephyr/kernel.h>
#include <kernel_internal.h>
#include <zephyr/linker/linker-defs.h>