commit | ad4e26ea9e7c90109bee504e977acef2f101303f | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Wed Jan 30 11:16:36 2019 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Fri Feb 01 20:10:13 2019 +0900 |
tree | cce009cdf140471c591a6e0e39e02714ba7a55b0 | |
parent | 0b8bbc5fe3e4ee20b3b521c74cad2c6efa6323e3 [diff] [blame] |
Make all the DnsTls headers private to libnetd_resolv Test: m libnetd_resolv netd Test: atest resolv_integration_test Change-Id: Icae95641733abe7fe86b903dd3bcf69b08c83285
diff --git a/resolv/DnsTlsServer.cpp b/resolv/DnsTlsServer.cpp index b1ee481..a97c672 100644 --- a/resolv/DnsTlsServer.cpp +++ b/resolv/DnsTlsServer.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "netd_resolv/DnsTlsServer.h" +#include "DnsTlsServer.h" #include <algorithm>