Merge pull request #2549 from lioncash/header

kernel/process: Remove unused boost header include
master
Zach Hilman 2019-06-06 14:31:46 +07:00 committed by GitHub
commit adb8a9152b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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