summaryrefslogtreecommitdiffstats
path: root/verifier.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-20 17:32:24 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-03-20 17:32:24 +0100
commitb7d07f7b1e12b858cd88dc72900abf370def25cf (patch)
tree191089eb63400a778540b342954f57725b3f0d3b /verifier.cpp
parentresolve merge conflicts of 90d3f20c to stage-aosp-master am: 553c7bd307 (diff)
parentMerge "Remove the dead #include's in verifier.cpp." am: 64d25024b9 (diff)
downloadandroid_bootable_recovery-b7d07f7b1e12b858cd88dc72900abf370def25cf.tar
android_bootable_recovery-b7d07f7b1e12b858cd88dc72900abf370def25cf.tar.gz
android_bootable_recovery-b7d07f7b1e12b858cd88dc72900abf370def25cf.tar.bz2
android_bootable_recovery-b7d07f7b1e12b858cd88dc72900abf370def25cf.tar.lz
android_bootable_recovery-b7d07f7b1e12b858cd88dc72900abf370def25cf.tar.xz
android_bootable_recovery-b7d07f7b1e12b858cd88dc72900abf370def25cf.tar.zst
android_bootable_recovery-b7d07f7b1e12b858cd88dc72900abf370def25cf.zip
Diffstat (limited to '')
-rw-r--r--verifier.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/verifier.cpp b/verifier.cpp
index 582c498fb..6daeac94e 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;