aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-19 13:56:31 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-19 13:56:31 +0000
commitaaa69bf4d0a5ae3c154cbba763277ea984b0d664 (patch)
tree6565e6f88e724e6e7a1d80a390e0c6acb52341ad
parent11580d372353f15580fc607ff3bb84d8346a2dd0 (diff)
Notes
-rw-r--r--sys/amd64/amd64/machdep.c2
-rw-r--r--sys/i386/i386/machdep.c2
-rw-r--r--sys/pc98/i386/machdep.c1
-rw-r--r--sys/pc98/pc98/machdep.c1
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"