summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-19 14:58:28 +0000
committerphk <phk@FreeBSD.org>2000-04-19 14:58:28 +0000
commit6be1308ad17c05993e3e29f246b7f0efa03a05fe (patch)
tree4383fffe9c6f9d3121b10dd9f157d97dbfeabe0b /sys/kern
parentbdc51eda0607c8fa53feb6003b182c14a5703635 (diff)
downloadFreeBSD-src-6be1308ad17c05993e3e29f246b7f0efa03a05fe.zip
FreeBSD-src-6be1308ad17c05993e3e29f246b7f0efa03a05fe.tar.gz
Remove ~25 unneeded #include <sys/conf.h>
Remove ~60 unneeded #include <sys/malloc.h>
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/imgact_aout.c1
-rw-r--r--sys/kern/kern_clock.c1
-rw-r--r--sys/kern/vfs_bio.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index da640ad..26de83d 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -33,7 +33,6 @@
#include <sys/imgact.h>
#include <sys/imgact_aout.h>
#include <sys/kernel.h>
-#include <sys/malloc.h>
#include <sys/namei.h>
#include <sys/pioctl.h>
#include <sys/proc.h>
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index dc1ea6d..791100b 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -47,7 +47,6 @@
#include <sys/callout.h>
#include <sys/kernel.h>
#include <sys/proc.h>
-#include <sys/malloc.h>
#include <sys/resourcevar.h>
#include <sys/signalvar.h>
#include <sys/timetc.h>
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index a86c5b8..5625a592 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -30,7 +30,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
-#include <sys/conf.h>
#include <sys/eventhandler.h>
#include <sys/lock.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud