diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-04-03 22:50:14 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-04-03 22:50:14 +0000 |
| commit | 314bc1f5dbe366228b0912e170c3503fc4bcfaf5 (patch) | |
| tree | 8cfcc7d1f4a668cf8520d706cb2646159bfb94dc | |
| parent | beb5680d81bf793d004b95958602809248212c2b (diff) | |
Clean up #includes.
| -rw-r--r-- | sys/arch/i386/i386/process_machdep.c | 3 | ||||
| -rw-r--r-- | sys/arch/i386/isa/isa.c | 3 | ||||
| -rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_hdr.h | 2 | ||||
| -rw-r--r-- | sys/dev/isa/isa.c | 3 |
4 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/i386/i386/process_machdep.c b/sys/arch/i386/i386/process_machdep.c index 1698d84d4d4..8c3361efdb4 100644 --- a/sys/arch/i386/i386/process_machdep.c +++ b/sys/arch/i386/i386/process_machdep.c @@ -37,7 +37,7 @@ * From: * Id: procfs_i386.c,v 4.1 1993/12/17 10:47:45 jsp Rel * - * $Id: process_machdep.c,v 1.4 1994/01/28 21:23:49 cgd Exp $ + * $Id: process_machdep.c,v 1.5 1994/04/03 22:50:14 mycroft Exp $ */ /* @@ -75,7 +75,6 @@ #include <sys/ptrace.h> #include <machine/psl.h> #include <machine/reg.h> -#include <machine/frame.h> extern int kstack[]; /* XXX */ diff --git a/sys/arch/i386/isa/isa.c b/sys/arch/i386/isa/isa.c index 8cb1b7a39ce..83d2ef4672f 100644 --- a/sys/arch/i386/isa/isa.c +++ b/sys/arch/i386/isa/isa.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.47 1994/03/31 16:59:04 mycroft Exp $ + * $Id: isa.c,v 1.48 1994/04/03 22:51:48 mycroft Exp $ */ /* @@ -61,7 +61,6 @@ #include <vm/vm.h> -#include <machine/segments.h> #include <machine/pio.h> #include <machine/cpufunc.h> diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h index a21adc85a72..b0df3600445 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h @@ -117,8 +117,10 @@ #include "i386/i386/cons.h" #endif +#if PCVT_NETBSD <= 9 #include "machine/psl.h" #include "machine/frame.h" +#endif #include "machine/stdarg.h" #if PCVT_NETBSD > 9 #include "i386/isa/pcvt/pcvt_ioctl.h" diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 8cb1b7a39ce..83d2ef4672f 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.47 1994/03/31 16:59:04 mycroft Exp $ + * $Id: isa.c,v 1.48 1994/04/03 22:51:48 mycroft Exp $ */ /* @@ -61,7 +61,6 @@ #include <vm/vm.h> -#include <machine/segments.h> #include <machine/pio.h> #include <machine/cpufunc.h> |
