get rid of #include "tr.h"
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 26 Feb 1981 17:24:19 +0000 (09:24 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 26 Feb 1981 17:24:19 +0000 (09:24 -0800)
SCCS-vsn: sys/kern/tty_subr.c 4.6

usr/src/sys/kern/tty_subr.c

index 8650720..c8683fa 100644 (file)
@@ -1,11 +1,10 @@
-/*     tty_subr.c      4.5     %G%     */
+/*     tty_subr.c      4.6     %G%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/conf.h"
 #include "../h/buf.h"
 #include "../h/tty.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/conf.h"
 #include "../h/buf.h"
 #include "../h/tty.h"
-#include "tr.h"
 
 struct cblock {
        struct  cblock *c_next;
 
 struct cblock {
        struct  cblock *c_next;