diff options
| author | bunnei <bunneidev@gmail.com> | 2021-11-04 13:56:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-04 13:56:10 -0700 |
| commit | f178a8ef0ce1ba602b0c857ed5993880a74d6a69 (patch) | |
| tree | e40d64467cd06038d765a0e066a65ff5c2ba8121 /src/core/crypto/key_manager.cpp | |
| parent | b92c4abc96008b5898f905856b3acbeba31c3d61 (diff) | |
| parent | b275f2e475e4e2eaa34225ed3c3cd247150e1ba0 (diff) | |
Merge pull request #7282 from ameerj/core-includes
core: Reduce unused header includes
Diffstat (limited to 'src/core/crypto/key_manager.cpp')
| -rw-r--r-- | src/core/crypto/key_manager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/crypto/key_manager.cpp b/src/core/crypto/key_manager.cpp index a98daed89..9244907b5 100644 --- a/src/core/crypto/key_manager.cpp +++ b/src/core/crypto/key_manager.cpp @@ -10,14 +10,12 @@ #include <locale> #include <map> #include <sstream> -#include <string_view> #include <tuple> #include <vector> #include <mbedtls/bignum.h> #include <mbedtls/cipher.h> #include <mbedtls/cmac.h> #include <mbedtls/sha256.h> -#include "common/common_funcs.h" #include "common/fs/file.h" #include "common/fs/fs.h" #include "common/fs/path_util.h" @@ -30,7 +28,6 @@ #include "core/crypto/partition_data_manager.h" #include "core/file_sys/content_archive.h" #include "core/file_sys/nca_metadata.h" -#include "core/file_sys/partition_filesystem.h" #include "core/file_sys/registered_cache.h" #include "core/hle/service/filesystem/filesystem.h" #include "core/loader/loader.h" |
