aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/driver.c b/driver.c
index a37ab807..53b41e5a 100644
--- a/driver.c
+++ b/driver.c
@@ -12,20 +12,10 @@
***********************************************************************/
#include <config.h>
-#include <varargs.h>
-
#include <stdio.h>
-#if defined(STDC_HEADERS)
-#include <string.h>
-#endif
-#if defined(HAVE_UNISTD_H)
-#include <unistd.h>
-#endif
-
-#include <sys/time.h>
-#include <ctype.h>
-#include <errno.h>
#include <malloc.h>
+#include <varargs.h>
+#include <sys/time.h>
#include "socket.h"
#include "fetchmail.h"