From 19dcb50692066ba1ccfcb953980e646aec77725c Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Wed, 5 Jun 2019 13:59:13 -0400
Subject: [PATCH] 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.
---
 src/core/hle/kernel/process.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h
index bf3b7eef32..f027fafa38 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"
-- 
GitLab