diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2020-10-09 08:16:29 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2020-10-09 08:16:29 +0000 |
commit | 2d747ad46ffef9fbf118ff7fba47d1060e0c42dc (patch) | |
tree | a3882cc4c9b145e234b22134e7f53284eae45490 | |
parent | b6e4ec75946fc6eb8424ef3aed16b73f954d825c (diff) |
Remove unecesary includes.
ok deraadt@
-rw-r--r-- | sys/uvm/uvm_map.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/uvm/uvm_map.h b/sys/uvm/uvm_map.h index 2703c66d538..7d187295274 100644 --- a/sys/uvm/uvm_map.h +++ b/sys/uvm/uvm_map.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.h,v 1.67 2019/12/18 13:33:29 visa Exp $ */ +/* $OpenBSD: uvm_map.h,v 1.68 2020/10/09 08:16:28 mpi Exp $ */ /* $NetBSD: uvm_map.h,v 1.24 2001/02/18 21:19:08 chs Exp $ */ /* @@ -409,13 +409,6 @@ int uvm_map_fill_vmmap(struct vm_map *, struct kinfo_vmentry *, * */ -/* - * XXX: clean up later - * Half the kernel seems to depend on them being included here. - */ -#include <sys/time.h> -#include <sys/systm.h> /* for panic() */ - boolean_t vm_map_lock_try_ln(struct vm_map*, char*, int); void vm_map_lock_ln(struct vm_map*, char*, int); void vm_map_lock_read_ln(struct vm_map*, char*, int); |