commit | d6a6e178c55f2dbd37275b30b15e4e4817223526 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Aug 12 02:30:51 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 12 02:30:51 2021 +0000 |
tree | 9a56cb79851a2581e4a16b2d5411bb5f153a4abb | |
parent | 6de2eb3523a4f82da80823c83b7b0b1adc9c3e7e [diff] | |
parent | 8e33ba576e1d8a0c2cac11c403d4b49dc77fe583 [diff] |
Merge "libbinder: RpcSession - avoid recursive include" am: 8e33ba576e Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1793819 Change-Id: Ic49718d499d5d02c64faff4c3b0f7e8a06c7a480
diff --git a/libs/binder/include/binder/RpcSession.h b/libs/binder/include/binder/RpcSession.h index 761c50d..6e6eb74 100644 --- a/libs/binder/include/binder/RpcSession.h +++ b/libs/binder/include/binder/RpcSession.h
@@ -18,7 +18,6 @@ #include <android-base/unique_fd.h> #include <binder/IBinder.h> #include <binder/RpcAddress.h> -#include <binder/RpcSession.h> #include <binder/RpcTransport.h> #include <utils/Errors.h> #include <utils/RefBase.h>