summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-09-05 17:24:39 -0700
committer android-build-merger <android-build-merger@google.com> 2019-09-05 17:24:39 -0700
commit47dfce7fbf07849ae7416660c7378431cde94512 (patch)
tree94068aa2abe41a3a6854bf4ee733dc556154b05c
parent7290fd48367085a17ae0d26d86c8bbbda665aedb (diff)
parent9f05eb4b13c35c78f3d92e672c7c6be517e30e2a (diff)
Merge "libbinder: remove forward declaration of Value" am: 766c08dccf am: 75f9ebc5f9 am: bbcf551a83
am: 9f05eb4b13 Change-Id: I75a90bf53a4c788c7ee6fad85ebde5433face126
-rw-r--r--libs/binder/IpPrefix.cpp1
-rw-r--r--libs/binder/include/binder/Parcel.h4
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 50ca9835ac..0a4f9063c2 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: