Don't need to include paths.h.
authorCraig Leres <leres@ucbvax.Berkeley.EDU>
Fri, 24 Nov 1989 19:27:49 +0000 (11:27 -0800)
committerCraig Leres <leres@ucbvax.Berkeley.EDU>
Fri, 24 Nov 1989 19:27:49 +0000 (11:27 -0800)
SCCS-vsn: usr.bin/write/write.c 4.18

usr/src/usr.bin/write/write.c

index 14cc5bf..190698a 100644 (file)
@@ -25,7 +25,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)write.c    4.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)write.c    4.18 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -35,7 +35,6 @@ static char sccsid[] = "@(#)write.c   4.17 (Berkeley) %G%";
 #include <sys/time.h>
 #include <utmp.h>
 #include <ctype.h>
 #include <sys/time.h>
 #include <utmp.h>
 #include <ctype.h>
-#include <paths.h>
 #include <pwd.h>
 #include <stdio.h>
 #include <strings.h>
 #include <pwd.h>
 #include <stdio.h>
 #include <strings.h>