diff options
author | Josh Gao <jmgao@google.com> | 2019-07-09 22:02:29 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-07-09 22:02:29 +0200 |
commit | e1701454b2f46503f5886e09d29645688bea27ca (patch) | |
tree | 75b9ebba44dbf9ebffce83c00259a01ef5895051 | |
parent | Merge "Add a GetMappedPackageLength to Updater" (diff) | |
parent | minadbd: delete unnecessary fdevent.h include. (diff) | |
download | android_bootable_recovery-e1701454b2f46503f5886e09d29645688bea27ca.tar android_bootable_recovery-e1701454b2f46503f5886e09d29645688bea27ca.tar.gz android_bootable_recovery-e1701454b2f46503f5886e09d29645688bea27ca.tar.bz2 android_bootable_recovery-e1701454b2f46503f5886e09d29645688bea27ca.tar.lz android_bootable_recovery-e1701454b2f46503f5886e09d29645688bea27ca.tar.xz android_bootable_recovery-e1701454b2f46503f5886e09d29645688bea27ca.tar.zst android_bootable_recovery-e1701454b2f46503f5886e09d29645688bea27ca.zip |
-rw-r--r-- | minadbd/minadbd_services.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/minadbd/minadbd_services.cpp b/minadbd/minadbd_services.cpp index 1e6eb3165..5792c7a17 100644 --- a/minadbd/minadbd_services.cpp +++ b/minadbd/minadbd_services.cpp @@ -41,7 +41,6 @@ #include "adb.h" #include "adb_unique_fd.h" #include "adb_utils.h" -#include "fdevent.h" #include "fuse_adb_provider.h" #include "fuse_sideload.h" #include "minadbd_types.h" |