summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
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
parentb08bef5d6a5d311f5739ec2d6284a7c845bb1139 (diff)
downloadFreeBSD-src-2e74df8cf9d7a838a52f79054094b3d8746ee86a.zip
FreeBSD-src-2e74df8cf9d7a838a52f79054094b3d8746ee86a.tar.gz
Remove unneeded includes.
Submitted by: phk
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/harvest.c3
-rw-r--r--sys/dev/random/hash.c2
-rw-r--r--sys/dev/random/randomdev.c2
-rw-r--r--sys/dev/random/yarrow.c2
4 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c
index a1abaa9..4bfac55 100644
--- a/sys/dev/random/harvest.c
+++ b/sys/dev/random/harvest.c
@@ -31,9 +31,6 @@
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/kthread.h>
-#include <sys/linker.h>
-#include <sys/libkern.h>
-#include <sys/mbuf.h>
#include <sys/random.h>
#include <sys/time.h>
#include <crypto/blowfish/blowfish.h>
diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c
index fd169c9..432a54b 100644
--- a/sys/dev/random/hash.c
+++ b/sys/dev/random/hash.c
@@ -30,14 +30,12 @@
#include <sys/systm.h>
#include <sys/queue.h>
#include <sys/libkern.h>
-#include <sys/mbuf.h>
#include <sys/random.h>
#include <sys/time.h>
#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>
#include <dev/randomdev/hash.h>
-#include <dev/randomdev/yarrow.h>
/* initialise the hash by copying in some supplied data */
void
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
index dfb1e6e..d6796ef 100644
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/randomdev.c
@@ -40,8 +40,6 @@
#include <sys/random.h>
#include <machine/bus.h>
#include <machine/resource.h>
-#include <sys/rman.h>
-#include <sys/signalvar.h>
#include <sys/sysctl.h>
#include <crypto/blowfish/blowfish.h>
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