summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-11-12 12:56:31 +0100
committerLioncash <mathew1800@gmail.com>2019-11-12 14:31:27 +0100
commit47a6bb2d5ba9c8488ef1588c99fbebd8d9417374 (patch)
treed45cfefa148b721c4bd7adcfbd787a2919749ca7 /src/core/crypto/key_manager.cpp
parentservice: Resolve sign conversion errors (diff)
downloadyuzu-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.tar
yuzu-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.tar.gz
yuzu-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.tar.bz2
yuzu-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.tar.lz
yuzu-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.tar.xz
yuzu-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.tar.zst
yuzu-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.zip
Diffstat (limited to '')
-rw-r--r--src/core/crypto/key_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/key_manager.cpp b/src/core/crypto/key_manager.cpp
index 023325292..85a183dd4 100644
--- a/src/core/crypto/key_manager.cpp
+++ b/src/core/crypto/key_manager.cpp
@@ -21,8 +21,8 @@
#include "common/common_paths.h"
#include "common/file_util.h"
#include "common/hex_util.h"
-#include "common/string_util.h"
#include "common/logging/log.h"
+#include "common/string_util.h"
#include "core/core.h"
#include "core/crypto/aes_util.h"
#include "core/crypto/key_manager.h"