Removed unnecessary include of <sys/tty.h>. tty.h apparently once had

some user interfaces in it.  It no longer does.
This commit is contained in:
bde 1995-10-22 18:52:23 +00:00
parent 19aac64ab3
commit aee82e6b05

View File

@ -50,7 +50,6 @@ static char sccsid[] = "@(#)kvm_file.c 8.1 (Berkeley) 6/4/93";
#undef KERNEL
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <nlist.h>
#include <kvm.h>