summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-09-23 00:01:37 +0000
committerjasone <jasone@FreeBSD.org>2000-09-23 00:01:37 +0000
commit0633919abedf427e705b7e1a46ff8d7ecaaefde5 (patch)
treee5875e95ac87e1a42f3bab3df780a04651c5fb38 /sys
parent27bf3e86c9ec30934993eeb4a37bcbbd8154f0d6 (diff)
downloadFreeBSD-src-0633919abedf427e705b7e1a46ff8d7ecaaefde5.zip
FreeBSD-src-0633919abedf427e705b7e1a46ff8d7ecaaefde5.tar.gz
Don't #include <sys/proc.h>, since machine/mutex.h does it now.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fxp/if_fxp.c1
-rw-r--r--sys/kern/kern_malloc.c2
-rw-r--r--sys/pci/if_fxp.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 9a138f7..08e7a29 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -56,7 +56,6 @@
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
-#include <sys/proc.h>
#include <machine/mutex.h>
#include <net/ethernet.h>
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index 96a14c6..9219428 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -43,7 +43,7 @@
#include <sys/mbuf.h>
#include <sys/vmmeter.h>
#include <sys/lock.h>
-#include <sys/proc.h>
+
#include <machine/mutex.h>
#include <vm/vm.h>
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 9a138f7..08e7a29 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -56,7 +56,6 @@
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
-#include <sys/proc.h>
#include <machine/mutex.h>
#include <net/ethernet.h>
OpenPOWER on IntegriCloud