diff options
| author | 2019-06-05 13:59:13 -0400 | |
|---|---|---|
| committer | 2019-06-05 14:03:29 -0400 | |
| commit | 19dcb50692066ba1ccfcb953980e646aec77725c (patch) | |
| tree | fecb070a08c599b31f8a813d82ade62bd80749cb /src/core/hle/kernel/process.h | |
| parent | Merge pull request #2525 from FearlessTobi/remove-unused-settings (diff) | |
| download | yuzu-19dcb50692066ba1ccfcb953980e646aec77725c.tar.gz yuzu-19dcb50692066ba1ccfcb953980e646aec77725c.tar.xz yuzu-19dcb50692066ba1ccfcb953980e646aec77725c.zip | |
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/core/hle/kernel/process.h')
| -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 @@ | |||
| 10 | #include <list> | 10 | #include <list> |
| 11 | #include <string> | 11 | #include <string> |
| 12 | #include <vector> | 12 | #include <vector> |
| 13 | #include <boost/container/static_vector.hpp> | ||
| 14 | #include "common/common_types.h" | 13 | #include "common/common_types.h" |
| 15 | #include "core/hle/kernel/address_arbiter.h" | 14 | #include "core/hle/kernel/address_arbiter.h" |
| 16 | #include "core/hle/kernel/handle_table.h" | 15 | #include "core/hle/kernel/handle_table.h" |