kernel: include cleanup

Recent changes have eliminated most use of _Swap() in favor of higher
level scheduler abstractions.  We can remove the header too.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2018-04-02 17:37:50 -07:00 committed by Anas Nashif
commit 0447a73f6c
13 changed files with 0 additions and 13 deletions

View file

@ -20,7 +20,6 @@
#include <ksched.h>
#include <misc/slist.h>
#include <init.h>
#include <kswap.h>
extern struct k_queue _k_queue_list_start[];
extern struct k_queue _k_queue_list_end[];