diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/fetchmail.c b/fetchmail.c index 7d54fd7d..90a82c85 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -5,29 +5,18 @@ */ #include <config.h> -#include <stdio.h> -#include <ctype.h> -#include <time.h> +#include <stdio.h> #if defined(STDC_HEADERS) #include <stdlib.h> -#include <string.h> #endif - #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif - +#include <string.h> #include <signal.h> #include <pwd.h> -#include <errno.h> - -#include <sys/types.h> -#include <sys/file.h> -#include <sys/wait.h> -#include <sys/stat.h> #include <sys/time.h> -#include <fcntl.h> #ifdef HAVE_GETHOSTBYNAME #include <netdb.h> |