diff options
Diffstat (limited to 'sys/dev/randomdev/hash.c')
-rw-r--r-- | sys/dev/randomdev/hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/randomdev/hash.c b/sys/dev/randomdev/hash.c index fd169c9..432a54b 100644 --- a/sys/dev/randomdev/hash.c +++ b/sys/dev/randomdev/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 |