Merge pull request #2549 from lioncash/header

kernel/process: Remove unused boost header include
This commit is contained in:
Zach Hilman 2019-06-06 14:31:46 -04:00 committed by GitHub
commit adb8a9152b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"