diff options
| author | Liam <byteslice@airmail.cc> | 2023-03-06 20:57:06 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-03-12 22:06:53 -0400 |
| commit | 8d1f5bfbd2f25b6d0970161bc3061db42f83789e (patch) | |
| tree | 095e216d9ea0f49a943b55f02f5e8b60c6ff3186 /src/core/hle/kernel/k_condition_variable.cpp | |
| parent | fdf90c6d75c68c4ff1bebbc0ece30d2a507d007d (diff) | |
kernel: remove KLinkedList
Diffstat (limited to 'src/core/hle/kernel/k_condition_variable.cpp')
| -rw-r--r-- | src/core/hle/kernel/k_condition_variable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_condition_variable.cpp b/src/core/hle/kernel/k_condition_variable.cpp index b75957688..0dc01f6aa 100644 --- a/src/core/hle/kernel/k_condition_variable.cpp +++ b/src/core/hle/kernel/k_condition_variable.cpp @@ -4,7 +4,6 @@ #include "core/arm/exclusive_monitor.h" #include "core/core.h" #include "core/hle/kernel/k_condition_variable.h" -#include "core/hle/kernel/k_linked_list.h" #include "core/hle/kernel/k_process.h" #include "core/hle/kernel/k_scheduler.h" #include "core/hle/kernel/k_scoped_scheduler_lock_and_sleep.h" |
