diff options
| author | 2021-11-04 13:56:10 -0700 | |
|---|---|---|
| committer | 2021-11-04 13:56:10 -0700 | |
| commit | f178a8ef0ce1ba602b0c857ed5993880a74d6a69 (patch) | |
| tree | e40d64467cd06038d765a0e066a65ff5c2ba8121 /src/core/crypto/key_manager.h | |
| parent | Merge pull request #7285 from german77/acc (diff) | |
| parent | core: Fix transitive include build errors (diff) | |
| download | yuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.tar.gz yuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.tar.xz yuzu-f178a8ef0ce1ba602b0c857ed5993880a74d6a69.zip | |
Merge pull request #7282 from ameerj/core-includes
core: Reduce unused header includes
Diffstat (limited to 'src/core/crypto/key_manager.h')
| -rw-r--r-- | src/core/crypto/key_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h index e771625e1..ac1eb8962 100644 --- a/src/core/crypto/key_manager.h +++ b/src/core/crypto/key_manager.h | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include "common/common_funcs.h" | 15 | #include "common/common_funcs.h" |
| 16 | #include "common/common_types.h" | 16 | #include "common/common_types.h" |
| 17 | #include "core/crypto/partition_data_manager.h" | 17 | #include "core/crypto/partition_data_manager.h" |
| 18 | #include "core/file_sys/vfs_types.h" | ||
| 19 | 18 | ||
| 20 | namespace Common::FS { | 19 | namespace Common::FS { |
| 21 | class IOFile; | 20 | class IOFile; |