diff options
| author | 2019-09-05 17:24:39 -0700 | |
|---|---|---|
| committer | 2019-09-05 17:24:39 -0700 | |
| commit | 47dfce7fbf07849ae7416660c7378431cde94512 (patch) | |
| tree | 94068aa2abe41a3a6854bf4ee733dc556154b05c /libs/binder/IpPrefix.cpp | |
| parent | 7290fd48367085a17ae0d26d86c8bbbda665aedb (diff) | |
| parent | 9f05eb4b13c35c78f3d92e672c7c6be517e30e2a (diff) | |
Merge "libbinder: remove forward declaration of Value" am: 766c08dccf am: 75f9ebc5f9 am: bbcf551a83
am: 9f05eb4b13
Change-Id: I75a90bf53a4c788c7ee6fad85ebde5433face126
Diffstat (limited to 'libs/binder/IpPrefix.cpp')
| -rw-r--r-- | libs/binder/IpPrefix.cpp | 1 |
1 files changed, 0 insertions, 1 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 { |