diff options
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/dns.h b/include/dns.h index cdc1fd024..e907c7e2c 100644 --- a/include/dns.h +++ b/include/dns.h @@ -18,10 +18,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef _DNS_H #define _DNS_H -#include <sys/types.h> -#include <sys/socket.h> -#include <netinet/in.h> #include <string> +#include "socket.h" struct dns_ip4list { in_addr ip; |