diff options
author | 2019-09-05 17:31:30 -0700 | |
---|---|---|
committer | 2019-09-05 17:31:30 -0700 | |
commit | 43f3695e9b807debfc55b8c9bd61514f84d5e0d6 (patch) | |
tree | 78ae1a70426ba89143ca42b05d4d0a4da147e691 | |
parent | 6c2a8b0b10ac34eabae48945210ecbb8767935f6 (diff) | |
parent | 47dfce7fbf07849ae7416660c7378431cde94512 (diff) |
Merge "libbinder: remove forward declaration of Value" am: 766c08dccf am: 75f9ebc5f9 am: bbcf551a83 am: 9f05eb4b13
am: 47dfce7fbf
Change-Id: Ida5c209d0e6063df61313a21314ccd3292ce8774
-rw-r--r-- | libs/binder/IpPrefix.cpp | 1 | ||||
-rw-r--r-- | libs/binder/include/binder/Parcel.h | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/libs/binder/IpPrefix.cpp b/libs/binder/IpPrefix.cpp index 3a8a63c46e..8d622668cc 100644 --- a/libs/binder/IpPrefix.cpp +++ b/libs/binder/IpPrefix.cpp @@ -30,7 +30,6 @@ using android::NO_ERROR; 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 f5aafc7e1d..c2f6d55d77 100644 --- a/libs/binder/include/binder/Parcel.h +++ b/libs/binder/include/binder/Parcel.h @@ -45,10 +45,6 @@ class ProcessState; class String8; class TextOutput; -namespace binder { -class Value; -}; - class Parcel { friend class IPCThreadState; public: |