summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorZach Hilman <DarkLordZach@users.noreply.github.com>2019-06-06 20:31:46 +0200
committerGitHub <noreply@github.com>2019-06-06 20:31:46 +0200
commitadb8a9152b3338221da70813653cf3c0af9b738c (patch)
treec19e308a79308802c5383b763ef746bec9a45011 /src/core
parentMerge pull request #2550 from lioncash/frontend (diff)
parentkernel/process: Remove unused boost header include (diff)
downloadyuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar
yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.gz
yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.bz2
yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.lz
yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.xz
yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.tar.zst
yuzu-adb8a9152b3338221da70813653cf3c0af9b738c.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/kernel/process.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h
index bf3b7eef3..f027fafa3 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"