diff options
| author | 2018-08-04 16:41:17 -0400 | |
|---|---|---|
| committer | 2018-08-04 16:44:07 -0400 | |
| commit | 8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c (patch) | |
| tree | 684235ba6a8883bad70e2a249c03c04130361816 /src/core/crypto/aes_util.h | |
| parent | key_manager: Use regular std::string instead of std::string_view (diff) | |
| download | yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.gz yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.xz yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.zip | |
core/crypto: Remove unnecessary includes
Diffstat (limited to 'src/core/crypto/aes_util.h')
| -rw-r--r-- | src/core/crypto/aes_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/aes_util.h b/src/core/crypto/aes_util.h index 5b0b02738..81fa0d73f 100644 --- a/src/core/crypto/aes_util.h +++ b/src/core/crypto/aes_util.h | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #include <memory> | 7 | #include <memory> |
| 8 | #include <type_traits> | 8 | #include <type_traits> |
| 9 | #include <vector> | 9 | #include <vector> |
| 10 | #include "common/assert.h" | 10 | #include "common/common_types.h" |
| 11 | #include "core/file_sys/vfs.h" | 11 | #include "core/file_sys/vfs.h" |
| 12 | 12 | ||
| 13 | namespace Core::Crypto { | 13 | namespace Core::Crypto { |