diff options
| author | 2019-09-05 17:13:00 -0700 | |
|---|---|---|
| committer | 2019-09-05 17:13:00 -0700 | |
| commit | 9f05eb4b13c35c78f3d92e672c7c6be517e30e2a (patch) | |
| tree | 82fba8c6c3419c68b840943d0d09e4aab291c76d /libs/binder/IpPrefix.cpp | |
| parent | 51ac266dd519d5088573c8a717ec356db4213913 (diff) | |
| parent | bbcf551a83b4cda4e370dffe80ab527c681521ca (diff) | |
Merge "libbinder: remove forward declaration of Value" am: 766c08dccf am: 75f9ebc5f9
am: bbcf551a83
Change-Id: Ieca54244652c8756752d01fca64ba6be9bd8cca2
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 { |