From 8d1f5bfbd2f25b6d0970161bc3061db42f83789e Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 6 Mar 2023 20:57:06 -0500 Subject: kernel: remove KLinkedList --- src/core/hle/kernel/k_condition_variable.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hle/kernel/k_condition_variable.cpp') 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" -- cgit v1.2.3