| commit | 014a4507cfb46e35ae34b9cd537c6a6e6df84f4b | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Aug 12 03:02:23 2021 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 12 03:02:23 2021 +0000 |
| tree | 87d92785de2c6d27b09670fc0587b7a88fd5f0b9 | |
| parent | dc3ef2e50c3f9ebb47f23e74d226d53aab1ccb03 [diff] | |
| parent | 89c7ae7e58f70e890e7af3c60404cb468eccf8b8 [diff] |
Merge "libbinder: RpcSession - avoid recursive include" am: 8e33ba576e am: d6a6e178c5 am: 89c7ae7e58 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1793819 Change-Id: I895719fa0f70da0c507f97ff7a18a692ffa13aea
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>