summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/mutex.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-10-30 00:06:32 -0400
committerGravatar Lioncash2018-10-30 00:09:46 -0400
commit352b56367cc1b2190c3fc9357553f2cac3929d29 (patch)
tree484ea31d9a1644c5e9d43b678348bbfb15b7a5d8 /src/core/hle/kernel/mutex.cpp
parentglobal: Use std::optional instead of boost::optional (#1578) (diff)
downloadyuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar.gz
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.tar.xz
yuzu-352b56367cc1b2190c3fc9357553f2cac3929d29.zip
general: Remove unused boost inclusions where applicable
Cleans up unused includes and trims off some dependencies on externals.
Diffstat (limited to 'src/core/hle/kernel/mutex.cpp')
-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 @@
6#include <utility> 6#include <utility>
7#include <vector> 7#include <vector>
8 8
9#include <boost/range/algorithm_ext/erase.hpp>
10
11#include "common/assert.h" 9#include "common/assert.h"
12#include "core/core.h" 10#include "core/core.h"
13#include "core/hle/kernel/errors.h" 11#include "core/hle/kernel/errors.h"