From 05c366a56095d116f0f8f331f3d494d9580baf33 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 21 Apr 2022 14:34:29 +0200 Subject: [PATCH] seedrng: prune header includes Remove redundant includes. We have platform specific handling in libbb.h and platform.h so we can handle quirks in a central place. Signed-off-by: Jason A. Donenfeld Signed-off-by: Bernhard Reutner-Fischer --- util-linux/seedrng.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/util-linux/seedrng.c b/util-linux/seedrng.c index 374e7f676..f7434fb79 100644 --- a/util-linux/seedrng.c +++ b/util-linux/seedrng.c @@ -44,21 +44,7 @@ #include #include -#include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #ifndef GRND_INSECURE #define GRND_INSECURE 0x0004 /* Apparently some headers don't ship with this yet. */