summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValeri <v19930312@gmail.com>2021-12-13 14:49:01 +0100
committerGitHub <noreply@github.com>2021-12-13 14:49:01 +0100
commit04301e1a8a825069ebda5eec850b3056d4b45cc8 (patch)
tree4098f7925e6bf2b9eb25c1e752efbb5cfba9f13f
parentMerge pull request #7554 from Tachi107/build-remove-unicorn (diff)
downloadyuzu-04301e1a8a825069ebda5eec850b3056d4b45cc8.tar
yuzu-04301e1a8a825069ebda5eec850b3056d4b45cc8.tar.gz
yuzu-04301e1a8a825069ebda5eec850b3056d4b45cc8.tar.bz2
yuzu-04301e1a8a825069ebda5eec850b3056d4b45cc8.tar.lz
yuzu-04301e1a8a825069ebda5eec850b3056d4b45cc8.tar.xz
yuzu-04301e1a8a825069ebda5eec850b3056d4b45cc8.tar.zst
yuzu-04301e1a8a825069ebda5eec850b3056d4b45cc8.zip
-rw-r--r--src/core/hle/kernel/k_thread_queue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/k_thread_queue.cpp b/src/core/hle/kernel/k_thread_queue.cpp
index 46f27172b..d5248b547 100644
--- a/src/core/hle/kernel/k_thread_queue.cpp
+++ b/src/core/hle/kernel/k_thread_queue.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include "core/hle/kernel/k_thread_queue.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/time_manager.h"