From 3b4de6e4cc91516f799849307be1204f6b5f2f4a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 31 Dec 2004 00:00:05 +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.34.1