summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorMattias Nissler <mnissler@google.com>2016-04-04 16:17:01 +0200
committerMattias Nissler <mnissler@google.com>2016-04-06 15:54:17 +0200
commit452df6d99c81c4eeee3d2c7b2171901e8b7bc54a (patch)
tree2c1e4941bc377422b60ce38baf0681c768691d15 /install.cpp
parentMerge "Move selinux dependencies out of header files." (diff)
downloadandroid_bootable_recovery-452df6d99c81c4eeee3d2c7b2171901e8b7bc54a.tar
android_bootable_recovery-452df6d99c81c4eeee3d2c7b2171901e8b7bc54a.tar.gz
android_bootable_recovery-452df6d99c81c4eeee3d2c7b2171901e8b7bc54a.tar.bz2
android_bootable_recovery-452df6d99c81c4eeee3d2c7b2171901e8b7bc54a.tar.lz
android_bootable_recovery-452df6d99c81c4eeee3d2c7b2171901e8b7bc54a.tar.xz
android_bootable_recovery-452df6d99c81c4eeee3d2c7b2171901e8b7bc54a.tar.zst
android_bootable_recovery-452df6d99c81c4eeee3d2c7b2171901e8b7bc54a.zip
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/install.cpp b/install.cpp
index 144a353d6..a7b59c3e7 100644
--- a/install.cpp
+++ b/install.cpp
@@ -27,15 +27,14 @@
#include "common.h"
#include "install.h"
-#include "mincrypt/rsa.h"
#include "minui/minui.h"
#include "minzip/SysUtil.h"
#include "minzip/Zip.h"
#include "mtdutils/mounts.h"
#include "mtdutils/mtdutils.h"
#include "roots.h"
-#include "verifier.h"
#include "ui.h"
+#include "verifier.h"
extern RecoveryUI* ui;