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 -- sys/dev/randomdev/harvest.c | 3 --- sys/dev/randomdev/hash.c | 2 -- sys/dev/randomdev/randomdev.c | 2 -- sys/dev/randomdev/yarrow.c | 2 -- 8 files changed, 18 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index a1abaa9dfdf4..4bfac55f5e7d 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 fd169c9510ef..432a54bc7c00 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 dfb1e6e67faf..d6796ef5b187 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 fe839ee35986..1360d8e8dae0 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 diff --git a/sys/dev/randomdev/harvest.c b/sys/dev/randomdev/harvest.c index a1abaa9dfdf4..4bfac55f5e7d 100644 --- a/sys/dev/randomdev/harvest.c +++ b/sys/dev/randomdev/harvest.c @@ -31,9 +31,6 @@ #include #include #include -#include -#include -#include #include #include #include diff --git a/sys/dev/randomdev/hash.c b/sys/dev/randomdev/hash.c index fd169c9510ef..432a54bc7c00 100644 --- a/sys/dev/randomdev/hash.c +++ b/sys/dev/randomdev/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/randomdev/randomdev.c b/sys/dev/randomdev/randomdev.c index dfb1e6e67faf..d6796ef5b187 100644 --- a/sys/dev/randomdev/randomdev.c +++ b/sys/dev/randomdev/randomdev.c @@ -40,8 +40,6 @@ #include #include #include -#include -#include #include #include diff --git a/sys/dev/randomdev/yarrow.c b/sys/dev/randomdev/yarrow.c index fe839ee35986..1360d8e8dae0 100644 --- a/sys/dev/randomdev/yarrow.c +++ b/sys/dev/randomdev/yarrow.c @@ -35,10 +35,8 @@ #include #include #include -#include #include #include -#include #include #include #include -- cgit v1.3