summaryrefslogtreecommitdiff
path: root/src/core/crypto/key_manager.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2021-11-03 21:21:01 -0400
committerGravatar ameerj2021-11-03 21:42:57 -0400
commit7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch)
tree83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/crypto/key_manager.cpp
parentMerge pull request #7278 from Morph1984/svc-num-handles (diff)
downloadyuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.gz
yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.xz
yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.zip
core: Remove unused includes
Diffstat (limited to 'src/core/crypto/key_manager.cpp')
-rw-r--r--src/core/crypto/key_manager.cpp3
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 @@
10#include <locale> 10#include <locale>
11#include <map> 11#include <map>
12#include <sstream> 12#include <sstream>
13#include <string_view>
14#include <tuple> 13#include <tuple>
15#include <vector> 14#include <vector>
16#include <mbedtls/bignum.h> 15#include <mbedtls/bignum.h>
17#include <mbedtls/cipher.h> 16#include <mbedtls/cipher.h>
18#include <mbedtls/cmac.h> 17#include <mbedtls/cmac.h>
19#include <mbedtls/sha256.h> 18#include <mbedtls/sha256.h>
20#include "common/common_funcs.h"
21#include "common/fs/file.h" 19#include "common/fs/file.h"
22#include "common/fs/fs.h" 20#include "common/fs/fs.h"
23#include "common/fs/path_util.h" 21#include "common/fs/path_util.h"
@@ -30,7 +28,6 @@
30#include "core/crypto/partition_data_manager.h" 28#include "core/crypto/partition_data_manager.h"
31#include "core/file_sys/content_archive.h" 29#include "core/file_sys/content_archive.h"
32#include "core/file_sys/nca_metadata.h" 30#include "core/file_sys/nca_metadata.h"
33#include "core/file_sys/partition_filesystem.h"
34#include "core/file_sys/registered_cache.h" 31#include "core/file_sys/registered_cache.h"
35#include "core/hle/service/filesystem/filesystem.h" 32#include "core/hle/service/filesystem/filesystem.h"
36#include "core/loader/loader.h" 33#include "core/loader/loader.h"