w3mail

program to send a web page by email
git clone https://logand.com/git/w3mail.git/
Log | Files | Refs | README | LICENSE

commit b58706003914a8491584b4761c108be845d3aec0
parent a2dd04048730be04cdc3527c5dfc7ae08b3ba9a0
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun, 16 Jan 2011 16:26:35 +0100

clean up include

Diffstat:
Mdirpop3d.c | 1-
Mw3mail.c | 2--
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dirpop3d.c b/dirpop3d.c @@ -20,7 +20,6 @@ */ -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> diff --git a/w3mail.c b/w3mail.c @@ -20,8 +20,6 @@ */ -#include <string.h> -#include <ctype.h> #include <sys/wait.h> #include <unistd.h>