kernel: move sched_priq.h to internal/ folder
This header is internal to the kernel and shall not be included directly. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a956f7aef1
commit
f0c7fbf0f1
5 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
#include <zephyr/linker/sections.h>
|
||||
#include <zephyr/sys/atomic.h>
|
||||
#include <zephyr/sys/__assert.h>
|
||||
#include <zephyr/kernel/sched_priq.h>
|
||||
#include <zephyr/kernel/internal/sched_priq.h>
|
||||
#include <zephyr/sys/dlist.h>
|
||||
#include <zephyr/sys/slist.h>
|
||||
#include <zephyr/sys/sflist.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#if !defined(_ASMLANGUAGE)
|
||||
#include <zephyr/sys/atomic.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <zephyr/kernel/sched_priq.h>
|
||||
#include <zephyr/kernel/internal/sched_priq.h>
|
||||
#include <zephyr/sys/dlist.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/sys/sys_heap.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <zephyr/kernel_structs.h>
|
||||
#include <zephyr/sys/dlist.h>
|
||||
#include <zephyr/sys/rb.h>
|
||||
#include <zephyr/kernel/sched_priq.h>
|
||||
#include <zephyr/kernel/internal/sched_priq.h>
|
||||
#include <timeout_q.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <zephyr/kernel.h>
|
||||
#include <ksched.h>
|
||||
#include <zephyr/spinlock.h>
|
||||
#include <zephyr/kernel/sched_priq.h>
|
||||
#include <zephyr/kernel/internal/sched_priq.h>
|
||||
#include <wait_q.h>
|
||||
#include <kswap.h>
|
||||
#include <kernel_arch_func.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue