summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/yarrow.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-09-21 06:23:16 +0000
committermarkm <markm@FreeBSD.org>2000-09-21 06:23:16 +0000
commit2e74df8cf9d7a838a52f79054094b3d8746ee86a (patch)
tree6359dc3aac2ad4a881f7767cc03605fb0c34afc2 /sys/dev/random/yarrow.c
parentb08bef5d6a5d311f5739ec2d6284a7c845bb1139 (diff)
downloadFreeBSD-src-2e74df8cf9d7a838a52f79054094b3d8746ee86a.zip
FreeBSD-src-2e74df8cf9d7a838a52f79054094b3d8746ee86a.tar.gz
Remove unneeded includes.
Submitted by: phk
Diffstat (limited to 'sys/dev/random/yarrow.c')
-rw-r--r--sys/dev/random/yarrow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index fe839ee..1360d8e 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -35,10 +35,8 @@
#include <sys/queue.h>
#include <sys/kernel.h>
#include <sys/kthread.h>
-#include <sys/linker.h>
#include <sys/libkern.h>
#include <sys/malloc.h>
-#include <sys/mbuf.h>
#include <sys/proc.h>
#include <sys/random.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud