summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-12-08 12:01:59 +0000
committernewton <newton@FreeBSD.org>1999-12-08 12:01:59 +0000
commit1b15e9efa0702e1a6fe465b083e91fbeb1e2e931 (patch)
treeb8540c04febe05f671816400b6d177ab8d484928 /sys/i386/svr4
parent16e714edf5b7f8f9badffdb6cf1ab2b42ca0c2bb (diff)
downloadFreeBSD-src-1b15e9efa0702e1a6fe465b083e91fbeb1e2e931.zip
FreeBSD-src-1b15e9efa0702e1a6fe465b083e91fbeb1e2e931.tar.gz
Remove unnecessary includes
Prodded by: phk
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_machdep.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/i386/svr4/svr4_machdep.c b/sys/i386/svr4/svr4_machdep.c
index f580ebf..bd44470 100644
--- a/sys/i386/svr4/svr4_machdep.c
+++ b/sys/i386/svr4/svr4_machdep.c
@@ -31,25 +31,14 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/namei.h>
#include <sys/proc.h>
#include <sys/exec.h>
#include <sys/lock.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
-#include <vm/vm_param.h>
#include <vm/pmap.h>
-#include <vm/vm_map.h>
-#include <vm/vm_extern.h>
-#include <sys/user.h>
#include <sys/filedesc.h>
-#include <sys/kernel.h>
#include <sys/signal.h>
#include <sys/signalvar.h>
-#include <sys/malloc.h>
-#include <sys/mount.h>
-#include <sys/sysproto.h>
-#include <sys/elf32.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
@@ -67,7 +56,6 @@
#include <svr4/svr4_ucontext.h>
#include <svr4/svr4_proto.h>
#include <svr4/svr4_util.h>
-#include <svr4/svr4_exec.h>
#undef sigcode
#undef szsigcode
OpenPOWER on IntegriCloud