From a0b207164c6c943adb8b3bf89b375a491b41806a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 14 Dec 2012 17:38:18 +0100 Subject: setup_once.h: refactor inclusion of and Inclusion of top two most included header files now done in setup_once.h --- lib/pop3.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/pop3.c') diff --git a/lib/pop3.c b/lib/pop3.c index c00fb6261..391f4e7b1 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -33,13 +33,6 @@ #ifndef CURL_DISABLE_POP3 -#ifdef HAVE_UNISTD_H -#include -#endif - -#ifdef HAVE_SYS_SOCKET_H -#include -#endif #ifdef HAVE_NETINET_IN_H #include #endif -- cgit v1.2.3