diff options
| author | 2018-10-30 13:13:39 -0400 | |
|---|---|---|
| committer | 2018-10-30 13:13:39 -0400 | |
| commit | da5fcbf50162c1c152f9d7e2d8b7c5f077f37726 (patch) | |
| tree | f07a9c0e79fdf7a52a11f56de7f2942aa8a0c08d /src/core/hle/kernel/mutex.cpp | |
| parent | Merge pull request #1595 from FreddyFunk/cast (diff) | |
| parent | general: Remove unused boost inclusions where applicable (diff) | |
| download | yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.gz yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.xz yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.zip | |
Merge pull request #1624 from lioncash/boost
general: Remove unused boost inclusions where applicable
Diffstat (limited to 'src/core/hle/kernel/mutex.cpp')
| -rw-r--r-- | src/core/hle/kernel/mutex.cpp | 2 |
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" |