Browse Source
Merge pull request #2549 from lioncash/header
kernel/process: Remove unused boost header include
pull/15/merge
Zach Hilman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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" |
|
|
|
|