commit | d67685e7c23ee75467e98e7a59fa5ee5edb20dc3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Aug 12 04:08:03 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 12 04:08:03 2021 +0000 |
tree | 140087e4dff43b473d489be8cdb0530a1b40a893 | |
parent | ad31f0604c16b69d98b9fec5e5bebb29efdb6d55 [diff] | |
parent | fd1b0f5e1f1b4905f84f33b3024abac0cca3858d [diff] |
Merge "libbinder: RpcSession - avoid recursive include" am: 8e33ba576e am: d6a6e178c5 am: 89c7ae7e58 am: 014a4507cf am: fd1b0f5e1f Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1793819 Change-Id: Ica3ae4a7f95f5d110c649b212b374459c7648898
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>