From 83f69163fdff9d5fe9be08a78807f6c44f1e9f9d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 31 Dec 2004 00:01:23 +0000 Subject: [PATCH] Borrow #include from e_os.h. --- crypto/o_str.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/crypto/o_str.c b/crypto/o_str.c index 7189d13352..5a78f32509 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -57,12 +57,7 @@ */ #include -#include -#ifdef OPENSSL_SYS_WINDOWS -# include -#else -# include -#endif +#include #include "o_str.h" #undef strncasecmp -- 2.25.1