summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/hash.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/hash.c
parentb08bef5d6a5d311f5739ec2d6284a7c845bb1139 (diff)
downloadFreeBSD-src-2e74df8cf9d7a838a52f79054094b3d8746ee86a.zip
FreeBSD-src-2e74df8cf9d7a838a52f79054094b3d8746ee86a.tar.gz
Remove unneeded includes.
Submitted by: phk
Diffstat (limited to 'sys/dev/random/hash.c')
-rw-r--r--sys/dev/random/hash.c2
1 files changed, 0 insertions, 2 deletions
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
OpenPOWER on IntegriCloud