diff options
author | Elliott Hughes <enh@google.com> | 2016-06-15 23:55:15 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-06-15 23:55:15 +0200 |
commit | 179c0d80bccb6451c5552ae76dfe7081c8cf96bb (patch) | |
tree | 9f5a90261cb85217cda931969aefdc04476d9fa2 /install.cpp | |
parent | Merge "Add bootloader_message_ab struct." (diff) | |
parent | Remove obsolete MTD support. (diff) | |
download | android_bootable_recovery-179c0d80bccb6451c5552ae76dfe7081c8cf96bb.tar android_bootable_recovery-179c0d80bccb6451c5552ae76dfe7081c8cf96bb.tar.gz android_bootable_recovery-179c0d80bccb6451c5552ae76dfe7081c8cf96bb.tar.bz2 android_bootable_recovery-179c0d80bccb6451c5552ae76dfe7081c8cf96bb.tar.lz android_bootable_recovery-179c0d80bccb6451c5552ae76dfe7081c8cf96bb.tar.xz android_bootable_recovery-179c0d80bccb6451c5552ae76dfe7081c8cf96bb.tar.zst android_bootable_recovery-179c0d80bccb6451c5552ae76dfe7081c8cf96bb.zip |
Diffstat (limited to '')
-rw-r--r-- | install.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install.cpp b/install.cpp index a7b59c3e7..9106db595 100644 --- a/install.cpp +++ b/install.cpp @@ -30,8 +30,6 @@ #include "minui/minui.h" #include "minzip/SysUtil.h" #include "minzip/Zip.h" -#include "mtdutils/mounts.h" -#include "mtdutils/mtdutils.h" #include "roots.h" #include "ui.h" #include "verifier.h" |