diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-10-13 08:33:45 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-10-13 08:33:49 -0400 |
| commit | aaca7543f0a13d7a052d08d1e1a4dbf51a18c441 (patch) | |
| tree | 746d57d23e14881310d29098561b8176e592a82b /src/core/crypto/partition_data_manager.h | |
| parent | 06898263f6ef8dc4294a8c7554023320c27b957c (diff) | |
partition_data_manager: Remove unused includes
Gets unused includes out of the headers and moves them into the cpp file
if they're used there instead.
Diffstat (limited to 'src/core/crypto/partition_data_manager.h')
| -rw-r--r-- | src/core/crypto/partition_data_manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/crypto/partition_data_manager.h b/src/core/crypto/partition_data_manager.h index 45c7fecfa..0822a949c 100644 --- a/src/core/crypto/partition_data_manager.h +++ b/src/core/crypto/partition_data_manager.h @@ -5,9 +5,7 @@ #pragma once #include <vector> -#include "common/common_funcs.h" #include "common/common_types.h" -#include "common/swap.h" #include "core/file_sys/vfs_types.h" namespace Core::Crypto { |
