From f60d95744e0a9369395372d06c1c0deaebb3f511 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 4 Sep 2019 18:15:57 -0700 Subject: libbinder: remove forward declaration of Value Since it no longer exists. Bug: N/A Test: N/A Change-Id: I0bda42994b9c9f10bcdadb461766b5180db5e768 --- libs/binder/IpPrefix.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/binder/IpPrefix.cpp') 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 { -- cgit v1.2.3-59-g8ed1b