]> Pileus Git - ~andy/fetchmail/blobdiff - driver.c
Eliminate some unnecessary headers.
[~andy/fetchmail] / driver.c
index a37ab8072ddbf9b9aeb5645c98cef080e98f19d3..53b41e5acd49e371828984a93de075ceed7175ed 100644 (file)
--- a/driver.c
+++ b/driver.c
  ***********************************************************************/
 
 #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"