commit | 9cac4c0aaf616702ce9a977296ccd5d0f18c6dd1 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Aug 11 17:32:08 2021 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Aug 11 17:32:41 2021 -0700 |
tree | b2ad7da4676b5a53de3fd47e406b2abe8ece62de | |
parent | f1aa6cddcebc60d0ca8c4df1849b3b530d046bff [diff] |
libbinder: RpcSession - avoid recursive include Confusing no-op. Bug: N/A Test: N/A Change-Id: I22d2c153538d4819796792f501aac5d5dc9be67b
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>