diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-10-30 00:06:32 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-10-30 00:09:46 -0400 |
| commit | 352b56367cc1b2190c3fc9357553f2cac3929d29 (patch) | |
| tree | 484ea31d9a1644c5e9d43b678348bbfb15b7a5d8 /src/core | |
| parent | 7a5eda59146306dedaf3e6f07f97a8c6898543dd (diff) | |
general: Remove unused boost inclusions where applicable
Cleans up unused includes and trims off some dependencies on externals.
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/file_sys/fsmitm_romfsbuild.h | 1 | ||||
| -rw-r--r-- | src/core/hle/kernel/mutex.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/core/file_sys/fsmitm_romfsbuild.h b/src/core/file_sys/fsmitm_romfsbuild.h index 3d377b0af..a62502193 100644 --- a/src/core/file_sys/fsmitm_romfsbuild.h +++ b/src/core/file_sys/fsmitm_romfsbuild.h @@ -27,7 +27,6 @@ #include <map> #include <memory> #include <string> -#include <boost/detail/container_fwd.hpp> #include "common/common_types.h" #include "core/file_sys/vfs.h" 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" |
