Clean up included files.

This commit is contained in:
mark 1998-07-07 17:51:54 +00:00
parent 18ae3abbcd
commit d20b5cf136
4 changed files with 5 additions and 43 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: stubs.c,v 1.23 1998/04/10 20:29:02 cgd Exp $ */
/* $NetBSD: stubs.c,v 1.24 1998/07/07 17:51:54 mark Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@ -47,25 +47,14 @@
#include <sys/systm.h>
#include <sys/errno.h>
#include <sys/proc.h>
#include <sys/types.h>
#include <sys/device.h>
#include <sys/buf.h>
#include <sys/exec.h>
#include <sys/vnode.h>
#include <sys/conf.h>
#include <sys/reboot.h>
#include <sys/conf.h>
#include <sys/msgbuf.h>
#include <vm/vm.h>
#include <vm/vm_kern.h>
#include <vm/vm_page.h>
#include <dev/md.h>
#include <machine/param.h>
#include <machine/vmparam.h>
#include <machine/cpu.h>
#include <machine/irqhandler.h>
#include <machine/bootconfig.h>
#include <machine/katelib.h>
#include <machine/psl.h>
#include <machine/pcb.h>
#ifdef HYDRA

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.10 1998/02/25 21:41:55 perry Exp $ */
/* $NetBSD: sys_machdep.c,v 1.11 1998/07/07 17:51:55 mark Exp $ */
/*
* Copyright (c) 1995-1997 Mark Brinicombe.
@ -40,18 +40,11 @@
* Created : 10/01/96
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/device.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
#include <sys/buf.h>
#include <sys/exec.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <vm/vm.h>
#include <sys/sysctl.h>
#include <sys/syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscall.c,v 1.16 1998/07/06 02:40:43 mark Exp $ */
/* $NetBSD: syscall.c,v 1.17 1998/07/07 17:51:55 mark Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@ -49,25 +49,11 @@
#include "opt_uvm.h"
#include <sys/param.h>
#include <sys/filedesc.h>
#include <sys/errno.h>
#include <sys/exec.h>
#include <sys/kernel.h>
#include <sys/mount.h>
#include <sys/map.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/signalvar.h>
#include <sys/systm.h>
#include <sys/vnode.h>
#include <sys/conf.h>
#include <sys/buf.h>
#include <sys/device.h>
#include <sys/protosw.h>
#include <sys/reboot.h>
#include <sys/user.h>
#include <sys/syscall.h>
#include <sys/syscallargs.h>
#ifdef KTRACE
#include <sys/ktrace.h>
#endif
@ -82,8 +68,6 @@
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/katelib.h>
#include <machine/undefined.h>
#include <machine/irqhandler.h>
#include <arm32/arm32/disassem.h>
@ -96,7 +80,6 @@ extern int pmap_debug_level;
#endif
u_int arm700bugcount = 0;
extern int vnodeconsolebug;
extern int usertraceback;
#if NHYDRABUS > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: undefined.c,v 1.13 1998/07/04 22:18:18 jonathan Exp $ */
/* $NetBSD: undefined.c,v 1.14 1998/07/07 17:51:55 mark Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe.
@ -48,12 +48,10 @@
#include "opt_ddb.h"
#include "opt_uvm.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
#include <sys/vmmeter.h>
#ifdef FAST_FPE
@ -69,7 +67,6 @@
#include <machine/frame.h>
#include <machine/katelib.h>
#include <machine/undefined.h>
#include <machine/irqhandler.h>
#include <machine/trap.h>
#include <arm32/arm32/disassem.h>