commit | 9f05eb4b13c35c78f3d92e672c7c6be517e30e2a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 05 17:13:00 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 05 17:13:00 2019 -0700 |
tree | 82fba8c6c3419c68b840943d0d09e4aab291c76d | |
parent | 51ac266dd519d5088573c8a717ec356db4213913 [diff] | |
parent | bbcf551a83b4cda4e370dffe80ab527c681521ca [diff] |
Merge "libbinder: remove forward declaration of Value" am: 766c08dccf am: 75f9ebc5f9 am: bbcf551a83 Change-Id: Ieca54244652c8756752d01fca64ba6be9bd8cca2
diff --git a/libs/binder/IpPrefix.cpp b/libs/binder/IpPrefix.cpp index 3a8a63c..8d62266 100644 --- a/libs/binder/IpPrefix.cpp +++ b/libs/binder/IpPrefix.cpp
@@ -30,7 +30,6 @@ using android::Parcel; using android::status_t; using android::UNEXPECTED_NULL; -using namespace ::android::binder; namespace android {
diff --git a/libs/binder/include/binder/Parcel.h b/libs/binder/include/binder/Parcel.h index 50ca983..0a4f906 100644 --- a/libs/binder/include/binder/Parcel.h +++ b/libs/binder/include/binder/Parcel.h
@@ -45,10 +45,6 @@ class String8; class TextOutput; -namespace binder { -class Value; -}; - class Parcel { friend class IPCThreadState; public: