summaryrefslogtreecommitdiffstats
path: root/verifier.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-10-27 01:26:03 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-27 01:26:04 +0200
commit46fb0a6a6f462ddfb9c19528979cf456ddd6a774 (patch)
tree2df23be127c0e92bf1e1be19dada2dd2e4182479 /verifier.cpp
parentMerge "Skip update-on-boot for bootreason in blacklist" (diff)
parentSome cleanups to recovery. (diff)
downloadandroid_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar
android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.gz
android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.bz2
android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.lz
android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.xz
android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.tar.zst
android_bootable_recovery-46fb0a6a6f462ddfb9c19528979cf456ddd6a774.zip
Diffstat (limited to 'verifier.cpp')
-rw-r--r--verifier.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/verifier.cpp b/verifier.cpp
index 82cdd3bc7..44098f70e 100644
--- a/verifier.cpp
+++ b/verifier.cpp
@@ -14,9 +14,11 @@
* limitations under the License.
*/
+#include "verifier.h"
+
#include <errno.h>
-#include <malloc.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <algorithm>
@@ -31,9 +33,6 @@
#include "common.h"
#include "print_sha1.h"
#include "ui.h"
-#include "verifier.h"
-
-extern RecoveryUI* ui;
static constexpr size_t MiB = 1024 * 1024;