aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-17 21:36:09 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-17 21:36:09 +0000
commit89ca89707bea7d8fd6e80a55a12e2be6a9762c49 (patch)
treebe13447c08ea9b5795fcd251cfb2a91f41ff4b56 /smtp.c
parent9d2e7f97454cd759c4c70a554c918caccc0b34a9 (diff)
downloadfetchmail-89ca89707bea7d8fd6e80a55a12e2be6a9762c49.tar.gz
fetchmail-89ca89707bea7d8fd6e80a55a12e2be6a9762c49.tar.bz2
fetchmail-89ca89707bea7d8fd6e80a55a12e2be6a9762c49.zip
Remove some inclusions no longer needed.
svn path=/trunk/; revision=653
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/smtp.c b/smtp.c
index 733f7050..cee1841b 100644
--- a/smtp.c
+++ b/smtp.c
@@ -11,10 +11,8 @@
#include <stdio.h>
#include <config.h>
-#include <sys/types.h>
#include <unistd.h>
#include <string.h>
-#include "socket.h"
#include "fetchmail.h"
#include "smtp.h"