diff options
| author | 2020-09-02 23:06:38 -0400 | |
|---|---|---|
| committer | 2020-09-02 23:06:38 -0400 | |
| commit | 57e43682edfd29a1ca277ae5cbffb37f6c6f580b (patch) | |
| tree | 24e6513f35b62fdf65f947fef1f7d991fa151a8c /src/core/crypto | |
| parent | Merge pull request #4625 from lioncash/libusb2 (diff) | |
| parent | file_sys: Replace inclusions with forward declarations where applicable (diff) | |
| download | yuzu-57e43682edfd29a1ca277ae5cbffb37f6c6f580b.tar.gz yuzu-57e43682edfd29a1ca277ae5cbffb37f6c6f580b.tar.xz yuzu-57e43682edfd29a1ca277ae5cbffb37f6c6f580b.zip | |
Merge pull request #4564 from lioncash/file-include
file_sys: Replace inclusions with forward declarations where applicable
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 | ||