aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pop3.c b/pop3.c
index af62b958..6ff42df2 100644
--- a/pop3.c
+++ b/pop3.c
@@ -13,16 +13,7 @@
***********************************************************************/
#include <config.h>
-
#include <stdio.h>
-#if defined(STDC_HEADERS)
-#include <string.h>
-#endif
-#if defined(HAVE_UNISTD_H)
-#include <unistd.h>
-#endif
-#include <errno.h>
-
#include "socket.h"
#include "fetchmail.h"