diff options
Diffstat (limited to 'net/dns/record_rdata_unittest.cc')
-rw-r--r-- | net/dns/record_rdata_unittest.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dns/record_rdata_unittest.cc b/net/dns/record_rdata_unittest.cc index 90bac44..d5306d8 100644 --- a/net/dns/record_rdata_unittest.cc +++ b/net/dns/record_rdata_unittest.cc @@ -2,10 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "net/dns/record_rdata.h" + #include "base/memory/scoped_ptr.h" -#include "net/base/net_util.h" +#include "net/base/ip_address_number.h" #include "net/dns/dns_response.h" -#include "net/dns/record_rdata.h" #include "testing/gtest/include/gtest/gtest.h" namespace net { |