summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-08 20:21:00 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-08 20:21:00 +0200
commit0a2c4e260fdce74ddd026f7efb87a43479c87ee8 (patch)
treea938e3eae558022054cce59e55de8bd7bc7986f9
parentMerge "screen_ui: Drop the parameter in CheckBackgroundTextImages." (diff)
parentrecovery: Remove unneeded include of minui.h. (diff)
downloadandroid_bootable_recovery-0a2c4e260fdce74ddd026f7efb87a43479c87ee8.tar
android_bootable_recovery-0a2c4e260fdce74ddd026f7efb87a43479c87ee8.tar.gz
android_bootable_recovery-0a2c4e260fdce74ddd026f7efb87a43479c87ee8.tar.bz2
android_bootable_recovery-0a2c4e260fdce74ddd026f7efb87a43479c87ee8.tar.lz
android_bootable_recovery-0a2c4e260fdce74ddd026f7efb87a43479c87ee8.tar.xz
android_bootable_recovery-0a2c4e260fdce74ddd026f7efb87a43479c87ee8.tar.zst
android_bootable_recovery-0a2c4e260fdce74ddd026f7efb87a43479c87ee8.zip
-rw-r--r--recovery.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 6aceb2d61..95118ffb6 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -64,7 +64,6 @@
#include "fuse_sideload.h"
#include "install.h"
#include "logging.h"
-#include "minui/minui.h"
#include "otautil/dirutil.h"
#include "otautil/error_code.h"
#include "otautil/paths.h"