summaryrefslogtreecommitdiffstats
path: root/verifier.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-20 17:20:45 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-20 17:20:46 +0100
commit64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d (patch)
tree14f27711c54786f20c9c30cdec0ee476aa97ddee /verifier.cpp
parentMerge "Drop the dependency on 'ui' in verify_file()." (diff)
parentRemove the dead #include's in verifier.cpp. (diff)
downloadandroid_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 'verifier.cpp')
-rw-r--r--verifier.cpp4
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;