1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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:
Bruce Evans 1995-10-22 18:52:23 +00:00
parent ee810ef23e
commit 5e0a7c7c40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11679

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>