kernel: cleanup header inclusion

Remove unused header inclusion in kernel code.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-11-28 15:42:54 -05:00 committed by Maureen Helm
commit 8aa3dc340d
7 changed files with 2 additions and 12 deletions

View file

@ -21,7 +21,6 @@
#include <kernel_structs.h>
#include <debug/object_tracing_common.h>
#include <toolchain.h>
#include <linker/sections.h>
#include <wait_q.h>
#include <sys/dlist.h>
#include <ksched.h>