summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.h
diff options
context:
space:
mode:
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 @@
#pragma once
#include <array>
-#include <filesystem>
#include <map>
#include <optional>
#include <string>
@@ -15,7 +14,6 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "core/crypto/partition_data_manager.h"
-#include "core/file_sys/vfs_types.h"
namespace Common::FS {
class IOFile;