summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-30 05:06:32 +0100
committerLioncash <mathew1800@gmail.com>2018-10-30 05:09:46 +0100
commit352b56367cc1b2190c3fc9357553f2cac3929d29 (patch)
tree484ea31d9a1644c5e9d43b678348bbfb15b7a5d8 /src/core/hle/kernel
parentglobal: Use std::optional instead of boost::optional (#1578) (diff)
downloadyuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar.gz
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar.bz2
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar.lz
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar.xz
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar.zst
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.zip
Diffstat (limited to 'src/core/hle/kernel')
-rw-r--r--src/core/hle/kernel/mutex.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/mutex.cpp b/src/core/hle/kernel/mutex.cpp
index dd541ffcc..0743670ad 100644
--- a/src/core/hle/kernel/mutex.cpp
+++ b/src/core/hle/kernel/mutex.cpp
@@ -6,8 +6,6 @@
#include <utility>
#include <vector>
-#include <boost/range/algorithm_ext/erase.hpp>
-
#include "common/assert.h"
#include "core/core.h"
#include "core/hle/kernel/errors.h"