diff options
author | Lioncash <[email protected]> | 2019-11-12 06:56:31 -0500 |
---|---|---|
committer | Lioncash <[email protected]> | 2019-11-12 08:31:27 -0500 |
commit | 47a6bb2d5ba9c8488ef1588c99fbebd8d9417374 (patch) | |
tree | d45cfefa148b721c4bd7adcfbd787a2919749ca7 /src/core/crypto | |
parent | f11b87ebf1cd5770f9128e62931183b0c9331067 (diff) | |
download | yuzu-android-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.tar.gz yuzu-android-47a6bb2d5ba9c8488ef1588c99fbebd8d9417374.zip |
externals: Update httplib
Since the introduction of this library, numerous improvements have been
made. Notably, many of the warnings we would get by simply including the
library header have now been fixed. This makes it much easier to make
conversion warning an error.
Diffstat (limited to 'src/core/crypto')
-rw-r--r-- | src/core/crypto/key_manager.cpp | 2 |
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" |