don't include wait.h
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Thu, 7 Jul 1988 19:16:11 +0000 (11:16 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Thu, 7 Jul 1988 19:16:11 +0000 (11:16 -0800)
SCCS-vsn: usr.bin/mail/edit.c 5.9

usr/src/usr.bin/mail/edit.c

index c16fe4c..6e43e5f 100644 (file)
  */
 
 #ifndef lint
  */
 
 #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"
 #endif /* not lint */
 
 #include "rcv.h"
-#include <stdio.h>
 #include <sys/stat.h>
 #include <sys/stat.h>
-#include <sys/wait.h>
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program