From: Edward Wang Date: Thu, 7 Jul 1988 19:16:11 +0000 (-0800) Subject: don't include wait.h X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~1361 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4daa70e90341e86d92db4b35996a70e3c5955905 don't include wait.h SCCS-vsn: usr.bin/mail/edit.c 5.9 --- diff --git a/usr/src/usr.bin/mail/edit.c b/usr/src/usr.bin/mail/edit.c index c16fe4cf22..6e43e5f1d2 100644 --- a/usr/src/usr.bin/mail/edit.c +++ b/usr/src/usr.bin/mail/edit.c @@ -16,13 +16,11 @@ */ #ifndef lint -static char sccsid[] = "@(#)edit.c 5.8 (Berkeley) %G%"; +static char sccsid[] = "@(#)edit.c 5.9 (Berkeley) %G%"; #endif /* not lint */ #include "rcv.h" -#include #include -#include /* * Mail -- a mail program