diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-19 13:56:31 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-19 13:56:31 +0000 |
| commit | aaa69bf4d0a5ae3c154cbba763277ea984b0d664 (patch) | |
| tree | 6565e6f88e724e6e7a1d80a390e0c6acb52341ad | |
| parent | 11580d372353f15580fc607ff3bb84d8346a2dd0 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 2 | ||||
| -rw-r--r-- | sys/pc98/i386/machdep.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 466aef5eca56..01cee5e074f8 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -37,7 +37,7 @@ * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 * $FreeBSD$ */ -#include "apm.h" + #include "opt_atalk.h" #include "opt_compat.h" #include "opt_cpu.h" diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 466aef5eca56..01cee5e074f8 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -37,7 +37,7 @@ * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 * $FreeBSD$ */ -#include "apm.h" + #include "opt_atalk.h" #include "opt_compat.h" #include "opt_cpu.h" diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index ce1260ee0806..cf9df15ac947 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -38,7 +38,6 @@ * $FreeBSD$ */ -#include "apm.h" #include "opt_atalk.h" #include "opt_compat.h" #include "opt_cpu.h" diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index ce1260ee0806..cf9df15ac947 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -38,7 +38,6 @@ * $FreeBSD$ */ -#include "apm.h" #include "opt_atalk.h" #include "opt_compat.h" #include "opt_cpu.h" |
