From 4a8612fd41ecde5ed5d1be985c14bf813536c484 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 21 Sep 2000 06:23:16 +0000 Subject: Remove unneeded includes. Submitted by: phk --- sys/dev/random/harvest.c | 3 --- sys/dev/random/hash.c | 2 -- sys/dev/random/randomdev.c | 2 -- sys/dev/random/yarrow.c | 2 -- 4 files changed, 9 deletions(-) (limited to 'sys/dev/random') diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index a1abaa9dfdf4f..4bfac55f5e7d7 100644 --- a/sys/dev/random/harvest.c +++ b/sys/dev/random/harvest.c @@ -31,9 +31,6 @@ #include #include #include -#include -#include -#include #include #include #include diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index fd169c9510eff..432a54bc7c00d 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -30,14 +30,12 @@ #include #include #include -#include #include #include #include #include #include -#include /* 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 dfb1e6e67fafc..d6796ef5b1871 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -40,8 +40,6 @@ #include #include #include -#include -#include #include #include diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index fe839ee35986c..1360d8e8dae06 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -35,10 +35,8 @@ #include #include #include -#include #include #include -#include #include #include #include -- cgit v1.3