diff options
| author | 2018-10-30 00:06:32 -0400 | |
|---|---|---|
| committer | 2018-10-30 00:09:46 -0400 | |
| commit | 352b56367cc1b2190c3fc9357553f2cac3929d29 (patch) | |
| tree | 484ea31d9a1644c5e9d43b678348bbfb15b7a5d8 /src/core/file_sys | |
| parent | global: Use std::optional instead of boost::optional (#1578) (diff) | |
| download | yuzu-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/file_sys')
| -rw-r--r-- | src/core/file_sys/fsmitm_romfsbuild.h | 1 |
1 files changed, 0 insertions, 1 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 @@ | |||
| 27 | #include <map> | 27 | #include <map> |
| 28 | #include <memory> | 28 | #include <memory> |
| 29 | #include <string> | 29 | #include <string> |
| 30 | #include <boost/detail/container_fwd.hpp> | ||
| 31 | #include "common/common_types.h" | 30 | #include "common/common_types.h" |
| 32 | #include "core/file_sys/vfs.h" | 31 | #include "core/file_sys/vfs.h" |
| 33 | 32 | ||