From 42af747925f6c40b2b5313d136c02ec8506e6470 Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Tue, 12 Jan 2016 21:16:42 -0800 Subject: [PATCH 1/1] get rid of unnecessary include Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1079) --- crypto/rand/rand_win.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index a476bebf95..3bbf73509a 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -17,7 +17,6 @@ # define _WIN32_WINNT 0x0400 # endif # include -# include /* * Intel hardware RNG CSP -- available from -- 2.34.1