diff options
| author | 2021-08-11 17:32:08 -0700 | |
|---|---|---|
| committer | 2021-08-11 17:32:41 -0700 | |
| commit | 9cac4c0aaf616702ce9a977296ccd5d0f18c6dd1 (patch) | |
| tree | b2ad7da4676b5a53de3fd47e406b2abe8ece62de | |
| parent | f1aa6cddcebc60d0ca8c4df1849b3b530d046bff (diff) | |
libbinder: RpcSession - avoid recursive include
Confusing no-op.
Bug: N/A
Test: N/A
Change-Id: I22d2c153538d4819796792f501aac5d5dc9be67b
| -rw-r--r-- | libs/binder/include/binder/RpcSession.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/include/binder/RpcSession.h b/libs/binder/include/binder/RpcSession.h index 761c50d822..6e6eb74668 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> |