diff options
author | Tao Bao <tbao@google.com> | 2017-03-20 17:20:45 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-20 17:20:46 +0100 |
commit | 64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d (patch) | |
tree | 14f27711c54786f20c9c30cdec0ee476aa97ddee /verifier.cpp | |
parent | Merge "Drop the dependency on 'ui' in verify_file()." (diff) | |
parent | Remove the dead #include's in verifier.cpp. (diff) | |
download | android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.gz android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.bz2 android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.lz android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.xz android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.zst android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.zip |
Diffstat (limited to '')
-rw-r--r-- | verifier.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/verifier.cpp b/verifier.cpp index 00e13aa7d..3beaa6e02 100644 --- a/verifier.cpp +++ b/verifier.cpp @@ -21,8 +21,8 @@ #include <stdlib.h> #include <string.h> -#include <functional> #include <algorithm> +#include <functional> #include <memory> #include <android-base/logging.h> @@ -31,9 +31,7 @@ #include <openssl/obj_mac.h> #include "asn1_decoder.h" -#include "common.h" #include "print_sha1.h" -#include "ui.h" static constexpr size_t MiB = 1024 * 1024; |