diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 21:36:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 21:36:09 +0000 |
commit | 89ca89707bea7d8fd6e80a55a12e2be6a9762c49 (patch) | |
tree | be13447c08ea9b5795fcd251cfb2a91f41ff4b56 /pop3.c | |
parent | 9d2e7f97454cd759c4c70a554c918caccc0b34a9 (diff) | |
download | fetchmail-89ca89707bea7d8fd6e80a55a12e2be6a9762c49.tar.gz fetchmail-89ca89707bea7d8fd6e80a55a12e2be6a9762c49.tar.bz2 fetchmail-89ca89707bea7d8fd6e80a55a12e2be6a9762c49.zip |
Remove some inclusions no longer needed.
svn path=/trunk/; revision=653
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ #include <stdlib.h> #endif -#include "socket.h" #include "fetchmail.h" #define PROTOCOL_ERROR {error(0, 0, "protocol error"); return(PS_ERROR);} |