Removed unused include of kernel-only file <sys/lock.h>.

This commit is contained in:
Bruce Evans 2001-10-13 04:54:03 +00:00
parent 43ea907a42
commit ccbb36d5ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84871

View File

@ -27,7 +27,6 @@
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/procfs.h>
#include <machine/elf.h>
#include <vm/vm_param.h>