From 2b1f2f146d87fa20099c4d7080a07527dd19b165 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 25 Nov 2013 23:34:10 +0000 Subject: remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c --- src/network/getaddrinfo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/network') diff --git a/src/network/getaddrinfo.c b/src/network/getaddrinfo.c index 4c1fe277..e58db6cf 100644 --- a/src/network/getaddrinfo.c +++ b/src/network/getaddrinfo.c @@ -31,9 +31,6 @@ static int have_af(int family) } #endif -#include -#include - union sa { struct sockaddr_in sin; struct sockaddr_in6 sin6; -- cgit v1.2.1