arch: remove wait_q.h include
This include is not used directly in those files, so remove it. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1a513a46fd
commit
1fd3171f7b
|
@ -14,7 +14,6 @@
|
|||
#include <zephyr/kernel.h>
|
||||
#include <ksched.h>
|
||||
#include <offsets_short.h>
|
||||
#include <zephyr/wait_q.h>
|
||||
|
||||
#ifdef CONFIG_USERSPACE
|
||||
#include <zephyr/arch/arc/v2/mpu/arc_core_mpu.h>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <zephyr/linker/sections.h>
|
||||
#include <ksched.h>
|
||||
#include <kswap.h>
|
||||
#include <zephyr/wait_q.h>
|
||||
#include <zephyr/sys/__assert.h>
|
||||
|
||||
void z_impl_k_thread_abort(k_tid_t thread)
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <ksched.h>
|
||||
#include <zephyr/wait_q.h>
|
||||
#include <zephyr/sys/barrier.h>
|
||||
|
||||
#if (MPU_GUARD_ALIGN_AND_SIZE_FLOAT > MPU_GUARD_ALIGN_AND_SIZE)
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <ksched.h>
|
||||
#include <zephyr/wait_q.h>
|
||||
#include <zephyr/arch/cpu.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <zephyr/toolchain.h>
|
||||
#include <zephyr/kernel_structs.h>
|
||||
#include <ksched.h>
|
||||
#include <zephyr/wait_q.h>
|
||||
|
||||
#include "posix_core.h"
|
||||
#include <zephyr/arch/posix/posix_soc_if.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <ksched.h>
|
||||
#include <zephyr/wait_q.h>
|
||||
#include <zephyr/posix/time.h>
|
||||
|
||||
#ifdef CONFIG_POSIX_CLOCK
|
||||
|
|
Loading…
Reference in New Issue