summaryrefslogtreecommitdiff
path: root/src/core/crypto/key_manager.h
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.h
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.h')
-rw-r--r--src/core/crypto/key_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h
index e771625e1..8323cb789 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -5,7 +5,6 @@
5#pragma once 5#pragma once
6 6
7#include <array> 7#include <array>
8#include <filesystem>
9#include <map> 8#include <map>
10#include <optional> 9#include <optional>
11#include <string> 10#include <string>
@@ -15,7 +14,6 @@
15#include "common/common_funcs.h" 14#include "common/common_funcs.h"
16#include "common/common_types.h" 15#include "common/common_types.h"
17#include "core/crypto/partition_data_manager.h" 16#include "core/crypto/partition_data_manager.h"
18#include "core/file_sys/vfs_types.h"
19 17
20namespace Common::FS { 18namespace Common::FS {
21class IOFile; 19class IOFile;