aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap.c3
-rw-r--r--pop3.c5
2 files changed, 0 insertions, 8 deletions
diff --git a/imap.c b/imap.c
index 29df58f2..e1d7dab9 100644
--- a/imap.c
+++ b/imap.c
@@ -21,9 +21,6 @@
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif
-
-#include <sys/time.h>
-#include <ctype.h>
#include <errno.h>
#include "socket.h"
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 <unistd.h>
#endif
-
-#include <sys/time.h>
-#include <ctype.h>
#include <errno.h>
#include "socket.h"
#include "popclient.h"
-#define POP3_PORT 110
-
#ifdef HAVE_PROTOTYPES
/* prototypes for internal functions */
int POP3_sendSTAT (int *msgcount, int socket);