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:
parent
fd2052d524
commit
afffc1006f
2 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <zephyr/zephyr.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <kernel_internal.h>
|
||||
#include <zephyr/linker/linker-defs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue