summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/wait_object.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-01 00:09:41 +0100
committerLioncash <mathew1800@gmail.com>2019-01-01 01:04:16 +0100
commit1f0c8bfedab8d5296702b2c837574c9be7cd066f (patch)
treef1f8b7ef35d9f55fd1ee64924e1ec0c7198b84e5 /src/core/hle/kernel/wait_object.h
parentMerge pull request #1966 from lioncash/backtrace (diff)
downloadyuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar
yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.gz
yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.bz2
yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.lz
yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.xz
yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.zst
yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.zip
Diffstat (limited to 'src/core/hle/kernel/wait_object.h')
-rw-r--r--src/core/hle/kernel/wait_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/wait_object.h b/src/core/hle/kernel/wait_object.h
index f4367ee28..d70b67893 100644
--- a/src/core/hle/kernel/wait_object.h
+++ b/src/core/hle/kernel/wait_object.h
@@ -6,7 +6,6 @@
#include <vector>
#include <boost/smart_ptr/intrusive_ptr.hpp>
-#include "common/common_types.h"
#include "core/hle/kernel/object.h"
namespace Kernel {