diff options
author | Josh Gao <jmgao@google.com> | 2019-07-09 23:11:38 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-07-09 23:11:38 +0200 |
commit | a96629a9bbceb8d2e7828e21d2a890b77fd092e9 (patch) | |
tree | cf9fd322f1286cc78c705280fddbdbd0cf66b8a3 | |
parent | Merge "Add a GetMappedPackageLength to Updater" am: 5135d1f095 am: 254e5c940b (diff) | |
parent | Merge "minadbd: delete unnecessary fdevent.h include." am: e1701454b2 (diff) | |
download | android_bootable_recovery-a96629a9bbceb8d2e7828e21d2a890b77fd092e9.tar android_bootable_recovery-a96629a9bbceb8d2e7828e21d2a890b77fd092e9.tar.gz android_bootable_recovery-a96629a9bbceb8d2e7828e21d2a890b77fd092e9.tar.bz2 android_bootable_recovery-a96629a9bbceb8d2e7828e21d2a890b77fd092e9.tar.lz android_bootable_recovery-a96629a9bbceb8d2e7828e21d2a890b77fd092e9.tar.xz android_bootable_recovery-a96629a9bbceb8d2e7828e21d2a890b77fd092e9.tar.zst android_bootable_recovery-a96629a9bbceb8d2e7828e21d2a890b77fd092e9.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" |