diff options
author | Lioncash <mathew1800@gmail.com> | 2019-06-05 13:59:13 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-06-05 14:03:29 -0400 |
commit | 19dcb50692066ba1ccfcb953980e646aec77725c (patch) | |
tree | fecb070a08c599b31f8a813d82ade62bd80749cb /src | |
parent | 55f811154315fa8323cb9fdb3a3ee65a075882c3 (diff) |
kernel/process: Remove unused boost header include
Boost headers typically include a lot of other headers, so removing this
can prevent a bit of unnecessary compiler churn when building.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/kernel/process.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index bf3b7eef3..f027fafa3 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h @@ -10,7 +10,6 @@ #include <list> #include <string> #include <vector> -#include <boost/container/static_vector.hpp> #include "common/common_types.h" #include "core/hle/kernel/address_arbiter.h" #include "core/hle/kernel/handle_table.h" |