From: Amos Jeffries Date: Sat, 1 Oct 2016 12:02:44 +0000 (+1300) Subject: Cleanup: polish dns/forward.h X-Git-Tag: SQUID_4_0_15~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05388168aec5ba9c38a8f35217dd5d3ada9b927f;p=thirdparty%2Fsquid.git Cleanup: polish dns/forward.h --- diff --git a/src/dns/forward.h b/src/dns/forward.h index 2836cae366..6aae2aee82 100644 --- a/src/dns/forward.h +++ b/src/dns/forward.h @@ -9,16 +9,13 @@ #ifndef _SQUID_SRC_DNS_FORWARD_H #define _SQUID_SRC_DNS_FORWARD_H -namespace Ip -{ -class Address; -} +#include "ip/forward.h" class rfc1035_rr; typedef void IDNSCB(void *, const rfc1035_rr *, int, const char *); -// generic DNS API +/// generic DNS API namespace Dns {