From 2e9a6dae88d25e8068ab855a86e1ac46f8bdab00 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Sep 1996 01:55:39 +0000 Subject: Eliminate some unnecessary headers. svn path=/trunk/; revision=129 --- pop3.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index af62b958..6ff42df2 100644 --- a/pop3.c +++ b/pop3.c @@ -13,16 +13,7 @@ ***********************************************************************/ #include - #include -#if defined(STDC_HEADERS) -#include -#endif -#if defined(HAVE_UNISTD_H) -#include -#endif -#include - #include "socket.h" #include "fetchmail.h" -- cgit v1.2.3