diff options
Diffstat (limited to 'src/core/crypto/encryption_layer.h')
| -rw-r--r-- | src/core/crypto/encryption_layer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/crypto/encryption_layer.h b/src/core/crypto/encryption_layer.h index 2312870d8..84f11bf5e 100644 --- a/src/core/crypto/encryption_layer.h +++ b/src/core/crypto/encryption_layer.h | |||
| @@ -3,9 +3,10 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | |||
| 6 | #include "core/file_sys/vfs.h" | 7 | #include "core/file_sys/vfs.h" |
| 7 | 8 | ||
| 8 | namespace Crypto { | 9 | namespace Core::Crypto { |
| 9 | 10 | ||
| 10 | // Basically non-functional class that implements all of the methods that are irrelevant to an | 11 | // Basically non-functional class that implements all of the methods that are irrelevant to an |
| 11 | // EncryptionLayer. Reduces duplicate code. | 12 | // EncryptionLayer. Reduces duplicate code. |
| @@ -27,4 +28,4 @@ protected: | |||
| 27 | FileSys::VirtualFile base; | 28 | FileSys::VirtualFile base; |
| 28 | }; | 29 | }; |
| 29 | 30 | ||
| 30 | } // namespace Crypto | 31 | } // namespace Core::Crypto |