X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bbd6f4ba8e1a36de8a3cae4b013c99ffa77d9f8d..e20a4f84d6f42b2a95471e424c27f940b958bc9f:/socket.c diff --git a/socket.c b/socket.c index 02a25111..2c2191e1 100644 --- a/socket.c +++ b/socket.c @@ -26,10 +26,6 @@ #include "rsync.h" -#ifndef HAVE_GETADDRINFO -#include "lib/addrinfo.h" -#endif - /* Establish a proxy connection on an open socket to a web roxy by * using the CONNECT method. */ static int establish_proxy_connection(int fd, char *host, int port)