summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-30 18:13:39 +0100
committerGitHub <noreply@github.com>2018-10-30 18:13:39 +0100
commitda5fcbf50162c1c152f9d7e2d8b7c5f077f37726 (patch)
treef07a9c0e79fdf7a52a11f56de7f2942aa8a0c08d /src/core/hle
parentMerge pull request #1595 from FreddyFunk/cast (diff)
parentgeneral: Remove unused boost inclusions where applicable (diff)
downloadyuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.gz
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.bz2
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.lz
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.xz
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.zst
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.zip
Diffstat (limited to 'src/core/hle')
-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"