Skip to content
Snippets Groups Projects
Commit 19dcb506 authored by Lioncash's avatar Lioncash
Browse files

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.
parent 55f81115
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <list> #include <list>
#include <string> #include <string>
#include <vector> #include <vector>
#include <boost/container/static_vector.hpp>
#include "common/common_types.h" #include "common/common_types.h"
#include "core/hle/kernel/address_arbiter.h" #include "core/hle/kernel/address_arbiter.h"
#include "core/hle/kernel/handle_table.h" #include "core/hle/kernel/handle_table.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment