summaryrefslogtreecommitdiffstats
path: root/verifier.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-03 19:37:15 +0100
committerTao Bao <tbao@google.com>2016-11-03 19:57:46 +0100
commitac9d94d19c5f0e8c769d2368790df679c665ea34 (patch)
treef6121362d8836f34d5e05aca8f7bd9d89d278365 /verifier.cpp
parentMerge "tests: Set up testdata path for continuous native tests." (diff)
downloadandroid_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.gz
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.bz2
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.lz
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.xz
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.tar.zst
android_bootable_recovery-ac9d94d19c5f0e8c769d2368790df679c665ea34.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;