aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 4f8f35f7..4e5afe4b 100644
--- a/pop3.c
+++ b/pop3.c
@@ -15,7 +15,6 @@
#include <stdlib.h>
#endif
-#include "socket.h"
#include "fetchmail.h"
#define PROTOCOL_ERROR {fputs("fetchmail: protocol error\n", stderr); return(PS_ERROR);}