diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-18 23:44:24 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 02:23:32 -0400 |
| commit | ade596121bc834502c63cdedcd8f68a1f490599d (patch) | |
| tree | 9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/hle/kernel/k_condition_variable.cpp | |
| parent | 8c8b5359f291fd78d5e3028c4287daf7230227e7 (diff) | |
core: Reduce unused includes
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 8e2a9593c..aa29922d0 100644 --- a/src/core/hle/kernel/k_condition_variable.cpp +++ b/src/core/hle/kernel/k_condition_variable.cpp @@ -9,7 +9,6 @@ #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" -#include "core/hle/kernel/k_synchronization_object.h" #include "core/hle/kernel/k_thread.h" #include "core/hle/kernel/k_thread_queue.h" #include "core/hle/kernel/kernel.h" |
