summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
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/imgact_aout.c
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/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c1
1 files changed, 0 insertions, 1 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>
OpenPOWER on IntegriCloud