diff options
| author | 2020-08-23 14:20:37 -0400 | |
|---|---|---|
| committer | 2020-08-23 17:02:55 -0400 | |
| commit | 01d1b5cdaff6f05aa62794816547deab977256e5 (patch) | |
| tree | f4212fd69ff589b9a5957e5f4215b0b5c8771db0 /src/core/crypto | |
| parent | Merge pull request #4546 from lioncash/telemetry (diff) | |
| download | yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar.gz yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar.xz yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.zip | |
file_sys: Replace inclusions with forward declarations where applicable
Same behavior, minus unnecessary inclusions where not necessary.
Diffstat (limited to 'src/core/crypto')
| -rw-r--r-- | src/core/crypto/partition_data_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/partition_data_manager.cpp b/src/core/crypto/partition_data_manager.cpp index 46136d04a..5f1c86a09 100644 --- a/src/core/crypto/partition_data_manager.cpp +++ b/src/core/crypto/partition_data_manager.cpp | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include "core/file_sys/vfs.h" | 26 | #include "core/file_sys/vfs.h" |
| 27 | #include "core/file_sys/vfs_offset.h" | 27 | #include "core/file_sys/vfs_offset.h" |
| 28 | #include "core/file_sys/vfs_vector.h" | 28 | #include "core/file_sys/vfs_vector.h" |
| 29 | #include "core/loader/loader.h" | ||
| 29 | 30 | ||
| 30 | using Common::AsArray; | 31 | using Common::AsArray; |
| 31 | 32 | ||