aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-25 01:55:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-25 01:55:39 +0000
commit2e9a6dae88d25e8068ab855a86e1ac46f8bdab00 (patch)
tree569a4a7055166e112d0f6c2ee50cba2ec19eefa1 /driver.c
parent32e5987510b23d25f2227feb90869eb55ba93753 (diff)
downloadfetchmail-2e9a6dae88d25e8068ab855a86e1ac46f8bdab00.tar.gz
fetchmail-2e9a6dae88d25e8068ab855a86e1ac46f8bdab00.tar.bz2
fetchmail-2e9a6dae88d25e8068ab855a86e1ac46f8bdab00.zip
Eliminate some unnecessary headers.
svn path=/trunk/; revision=129
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"