core: Reduce unused includes
This commit is contained in:
parent
8c8b5359f2
commit
ade596121b
38 changed files with 8 additions and 54 deletions
|
|
@ -5,7 +5,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <filesystem>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
|
@ -16,6 +15,10 @@
|
|||
#include "common/common_types.h"
|
||||
#include "core/crypto/partition_data_manager.h"
|
||||
|
||||
namespace std::filesystem {
|
||||
class path;
|
||||
}
|
||||
|
||||
namespace Common::FS {
|
||||
class IOFile;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue