aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_condition_variable.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-03-06 20:57:06 -0500
committerLiam <byteslice@airmail.cc>2023-03-12 22:06:53 -0400
commit8d1f5bfbd2f25b6d0970161bc3061db42f83789e (patch)
tree095e216d9ea0f49a943b55f02f5e8b60c6ff3186 /src/core/hle/kernel/k_condition_variable.cpp
parentfdf90c6d75c68c4ff1bebbc0ece30d2a507d007d (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.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"