summaryrefslogtreecommitdiff
path: root/src/core/crypto/encryption_layer.h
diff options
context:
space:
mode:
authorGravatar Lioncash2018-08-04 16:41:17 -0400
committerGravatar Lioncash2018-08-04 16:44:07 -0400
commit8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c (patch)
tree684235ba6a8883bad70e2a249c03c04130361816 /src/core/crypto/encryption_layer.h
parentkey_manager: Use regular std::string instead of std::string_view (diff)
downloadyuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.gz
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.xz
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.zip
core/crypto: Remove unnecessary includes
Diffstat (limited to 'src/core/crypto/encryption_layer.h')
-rw-r--r--src/core/crypto/encryption_layer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/encryption_layer.h b/src/core/crypto/encryption_layer.h
index 71bca1f23..7f05af9b4 100644
--- a/src/core/crypto/encryption_layer.h
+++ b/src/core/crypto/encryption_layer.h
@@ -4,6 +4,7 @@
4 4
5#pragma once 5#pragma once
6 6
7#include "common/common_types.h"
7#include "core/file_sys/vfs.h" 8#include "core/file_sys/vfs.h"
8 9
9namespace Core::Crypto { 10namespace Core::Crypto {