diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-08-26 17:33:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-08-26 17:33:36 +0000 |
commit | b45d8a60dbcee6aa03a3177718cc0246a5222cf5 (patch) | |
tree | 19c54dad7103ffe1b8d1f357af0eee4354aef920 /fetchmail.c | |
parent | 53b8e7554217d5ac7689f3f93ef86246c97d75bd (diff) | |
download | fetchmail-b45d8a60dbcee6aa03a3177718cc0246a5222cf5.tar.gz fetchmail-b45d8a60dbcee6aa03a3177718cc0246a5222cf5.tar.bz2 fetchmail-b45d8a60dbcee6aa03a3177718cc0246a5222cf5.zip |
Renove unused header.
svn path=/trunk/; revision=3685
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 604dea13..ade69cc2 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -31,7 +31,6 @@ #endif /* HAVE_SETRLIMIT */ #include <sys/utsname.h> -#include "getopt.h" #include "fetchmail.h" #include "socket.h" #include "tunable.h" |