From 12568e37825867b2ebbe1aa8201c1c931f1a7e4e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Aug 1996 15:28:27 +0000 Subject: Portability cleanup. svn path=/trunk/; revision=74 --- pop3.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index 0965b47b..30a02769 100644 --- a/pop3.c +++ b/pop3.c @@ -21,16 +21,11 @@ #if defined(HAVE_UNISTD_H) #include #endif - -#include -#include #include #include "socket.h" #include "popclient.h" -#define POP3_PORT 110 - #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ int POP3_sendSTAT (int *msgcount, int socket); -- cgit v1.2.3