summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_condition_variable.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-03-07 02:57:06 +0100
committerLiam <byteslice@airmail.cc>2023-03-13 03:06:53 +0100
commit8d1f5bfbd2f25b6d0970161bc3061db42f83789e (patch)
tree095e216d9ea0f49a943b55f02f5e8b60c6ff3186 /src/core/hle/kernel/k_condition_variable.cpp
parentkernel: convert KConditionVariable, KLightConditionVariable, KLightLock (diff)
downloadyuzu-8d1f5bfbd2f25b6d0970161bc3061db42f83789e.tar
yuzu-8d1f5bfbd2f25b6d0970161bc3061db42f83789e.tar.gz
yuzu-8d1f5bfbd2f25b6d0970161bc3061db42f83789e.tar.bz2
yuzu-8d1f5bfbd2f25b6d0970161bc3061db42f83789e.tar.lz
yuzu-8d1f5bfbd2f25b6d0970161bc3061db42f83789e.tar.xz
yuzu-8d1f5bfbd2f25b6d0970161bc3061db42f83789e.tar.zst
yuzu-8d1f5bfbd2f25b6d0970161bc3061db42f83789e.zip
Diffstat (limited to 'src/core/hle/kernel/k_condition_variable.cpp')
-rw-r--r--src/core/hle/kernel/k_condition_variable.cpp1
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"