From 2122d3e45adadeab47958c286cddac0ac239d31b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 16 Jan 2005 01:35:56 +0000 Subject: [PATCH] style cleanup --- stepmania/src/crypto51/osrng.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/crypto51/osrng.h b/stepmania/src/crypto51/osrng.h index 9b7bc200ed..b8e0fdbd69 100644 --- a/stepmania/src/crypto51/osrng.h +++ b/stepmania/src/crypto51/osrng.h @@ -5,10 +5,12 @@ #ifdef OS_RNG_AVAILABLE -#include "filters.h" +//removed +//#include "randpool.h" //added #include "cryptlib.h" +#include "filters.h" NAMESPACE_BEGIN(CryptoPP)