summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-10-10 16:25:30 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-10 16:25:30 +0200
commit5ceada5bea2f31547f5ce821f37e9b7c1ae8356a (patch)
treecc6d9af10e2b592a0f41f1e625506d73183b8b03
parentMerge "Disable the meaningless parts of the UI for A/B." am: aa4924cab1 (diff)
parentMerge "No longer need android/log.h" (diff)
downloadandroid_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar
android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.gz
android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.bz2
android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.lz
android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.xz
android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.tar.zst
android_bootable_recovery-5ceada5bea2f31547f5ce821f37e9b7c1ae8356a.zip
-rw-r--r--recovery.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 12df61db8..9cf63c420 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -39,7 +39,6 @@
#include <vector>
#include <adb.h>
-#include <android/log.h> /* Android Log Priority Tags */
#include <android-base/file.h>
#include <android-base/logging.h>
#include <android-base/parseint.h>