diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-06-06 20:31:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 20:31:46 +0200 |
commit | adb8a9152b3338221da70813653cf3c0af9b738c (patch) | |
tree | c19e308a79308802c5383b763ef746bec9a45011 | |
parent | Merge pull request #2550 from lioncash/frontend (diff) | |
parent | kernel/process: Remove unused boost header include (diff) | |
download | yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.gz yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.bz2 yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.lz yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.xz yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.zst yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.zip |
-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" |