Remove unnecessary #includes.

This commit is contained in:
mycroft 2000-12-13 01:24:46 +00:00
parent e1a74529ae
commit 716c484ada
4 changed files with 5 additions and 25 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_syscall.c,v 1.13 2000/12/12 20:30:12 mycroft Exp $ */
/* $NetBSD: ibcs2_syscall.c,v 1.14 2000/12/13 01:24:46 mycroft Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -46,21 +46,16 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/acct.h>
#include <sys/kernel.h>
#include <sys/signal.h>
#ifdef KTRACE
#include <sys/ktrace.h>
#endif
#include <sys/signal.h>
#include <sys/syscall.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/psl.h>
#include <machine/reg.h>
#include <machine/trap.h>
#include <machine/userret.h>
#include <compat/ibcs2/ibcs2_errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.c,v 1.13 2000/12/12 20:30:12 mycroft Exp $ */
/* $NetBSD: linux_syscall.c,v 1.14 2000/12/13 01:24:46 mycroft Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -46,8 +46,6 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/acct.h>
#include <sys/kernel.h>
#include <sys/signal.h>
#ifdef KTRACE
#include <sys/ktrace.h>
@ -57,10 +55,7 @@
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/psl.h>
#include <machine/reg.h>
#include <machine/trap.h>
#include <machine/userret.h>
#include <compat/linux/arch/i386/linux_errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_syscall.c,v 1.12 2000/12/12 20:30:13 mycroft Exp $ */
/* $NetBSD: svr4_syscall.c,v 1.13 2000/12/13 01:24:46 mycroft Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -46,8 +46,6 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/acct.h>
#include <sys/kernel.h>
#include <sys/signal.h>
#ifdef KTRACE
#include <sys/ktrace.h>
@ -57,10 +55,7 @@
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/psl.h>
#include <machine/reg.h>
#include <machine/trap.h>
#include <machine/userret.h>
#include <compat/svr4/svr4_errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscall.c,v 1.7 2000/12/12 20:30:13 mycroft Exp $ */
/* $NetBSD: syscall.c,v 1.8 2000/12/13 01:24:46 mycroft Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -44,8 +44,6 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/acct.h>
#include <sys/kernel.h>
#include <sys/signal.h>
#ifdef KTRACE
#include <sys/ktrace.h>
@ -55,10 +53,7 @@
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/psl.h>
#include <machine/reg.h>
#include <machine/trap.h>
#include <machine/userret.h>
void syscall_intern __P((struct proc *));