From 2e74df8cf9d7a838a52f79054094b3d8746ee86a Mon Sep 17 00:00:00 2001 From: markm 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 a1abaa9..4bfac55 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 fd169c9..432a54b 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 dfb1e6e..d6796ef 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 fe839ee..1360d8e 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 a1abaa9..4bfac55 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 fd169c9..432a54b 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 dfb1e6e..d6796ef 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 fe839ee..1360d8e 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.1