diff options
author | 2001-08-11 23:21:13 +0000 | |
---|---|---|
committer | 2001-08-11 23:21:13 +0000 | |
commit | 38a9451aa766869cb7f191c8e3cd770ee13afada (patch) | |
tree | 56a7f13d58b26a3c15475225aa06f8b90c375228 /sys/compat/netbsd/netbsd_exec.c | |
parent | Why is it so popular to include <vm/*.h> everywhere? (diff) | |
download | wireguard-openbsd-38a9451aa766869cb7f191c8e3cd770ee13afada.tar.xz wireguard-openbsd-38a9451aa766869cb7f191c8e3cd770ee13afada.zip |
Unnecessary and redundant includes.
Diffstat (limited to 'sys/compat/netbsd/netbsd_exec.c')
-rw-r--r-- | sys/compat/netbsd/netbsd_exec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/netbsd/netbsd_exec.c b/sys/compat/netbsd/netbsd_exec.c index 40f7575dc6f..158be318f28 100644 --- a/sys/compat/netbsd/netbsd_exec.c +++ b/sys/compat/netbsd/netbsd_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netbsd_exec.c,v 1.6 1999/11/10 15:55:22 mickey Exp $ */ +/* $OpenBSD: netbsd_exec.c,v 1.7 2001/08/11 23:21:14 art Exp $ */ /* $NetBSD: svr4_exec.c,v 1.16 1995/10/14 20:24:20 christos Exp $ */ /* @@ -39,8 +39,6 @@ #include <sys/mman.h> #include <vm/vm.h> -#include <vm/vm_param.h> -#include <vm/vm_map.h> #include <machine/cpu.h> #include <machine/reg.h> |