kernel: move internal headers into include/kernel
Move 2 headers that are internal to the kernel into include/kernel. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
588e0a69dc
commit
8b3f36c656
6 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <kernel_structs.h>
|
||||
#include <sys/dlist.h>
|
||||
#include <sys/rb.h>
|
||||
#include <sched_priq.h>
|
||||
#include <kernel/sched_priq.h>
|
||||
#include <timeout_q.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue