summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-06-15 23:55:15 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-15 23:55:15 +0200
commit179c0d80bccb6451c5552ae76dfe7081c8cf96bb (patch)
tree9f5a90261cb85217cda931969aefdc04476d9fa2 /install.cpp
parentMerge "Add bootloader_message_ab struct." (diff)
parentRemove obsolete MTD support. (diff)
downloadandroid_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 'install.cpp')
-rw-r--r--install.cpp2
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"