summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-10-10 16:41:12 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-10 16:41:12 +0200
commit5803cbaad26d6f340fe7e608451dcf9cf29140e0 (patch)
tree47e2325d31971b167132ca762dadc2283402800a
parentresolve merge conflicts of 09ab9a6 to nyc-mr1-dev-plus-aosp (diff)
parentMerge "No longer need android/log.h" am: b330559fb6 am: 7bf11aadfd (diff)
downloadandroid_bootable_recovery-5803cbaad26d6f340fe7e608451dcf9cf29140e0.tar
android_bootable_recovery-5803cbaad26d6f340fe7e608451dcf9cf29140e0.tar.gz
android_bootable_recovery-5803cbaad26d6f340fe7e608451dcf9cf29140e0.tar.bz2
android_bootable_recovery-5803cbaad26d6f340fe7e608451dcf9cf29140e0.tar.lz
android_bootable_recovery-5803cbaad26d6f340fe7e608451dcf9cf29140e0.tar.xz
android_bootable_recovery-5803cbaad26d6f340fe7e608451dcf9cf29140e0.tar.zst
android_bootable_recovery-5803cbaad26d6f340fe7e608451dcf9cf29140e0.zip
-rw-r--r--recovery.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 7419bac00..3b1305e61 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>