summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-07-07 18:05:42 +0000
committermux <mux@FreeBSD.org>2002-07-07 18:05:42 +0000
commit98744333f59c246ab3103b4ffe275c536f56a390 (patch)
tree4c1b0ef90373f4f44af5fcd7745fc47654595f32
parent0e3c61f51afd6682e6d2ab38958d882e6c50db61 (diff)
downloadFreeBSD-src-98744333f59c246ab3103b4ffe275c536f56a390.zip
FreeBSD-src-98744333f59c246ab3103b4ffe275c536f56a390.tar.gz
One #include <sys/lock.h> is enough.
Submitted by: Olivier Houchard <cognet@ci0.org>
-rw-r--r--sys/amd64/amd64/machdep.c1
-rw-r--r--sys/i386/i386/machdep.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index c73c5e1..37e0619 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -77,7 +77,6 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <sys/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index c73c5e1..37e0619 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -77,7 +77,6 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <sys/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
OpenPOWER on IntegriCloud