diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-31 14:06:09 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-31 16:15:17 +0200 |
commit | a2304fad16d7a89741241ca8215a21bd02cce5e7 (patch) | |
tree | b7fc29c08a4534090b39427c6709f1391147adab /src/core/hle/kernel/thread.h | |
parent | Merge pull request #855 from bunnei/cubeb (diff) | |
download | yuzu-a2304fad16d7a89741241ca8215a21bd02cce5e7.tar yuzu-a2304fad16d7a89741241ca8215a21bd02cce5e7.tar.gz yuzu-a2304fad16d7a89741241ca8215a21bd02cce5e7.tar.bz2 yuzu-a2304fad16d7a89741241ca8215a21bd02cce5e7.tar.lz yuzu-a2304fad16d7a89741241ca8215a21bd02cce5e7.tar.xz yuzu-a2304fad16d7a89741241ca8215a21bd02cce5e7.tar.zst yuzu-a2304fad16d7a89741241ca8215a21bd02cce5e7.zip |
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r-- | src/core/hle/kernel/thread.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 6218960d2..a456745a1 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -4,12 +4,11 @@ #pragma once +#include <functional> #include <memory> #include <string> -#include <unordered_map> #include <vector> -#include <boost/container/flat_map.hpp> -#include <boost/container/flat_set.hpp> + #include "common/common_types.h" #include "core/arm/arm_interface.h" #include "core/hle/kernel/kernel.h" |