From 5425d421ea1ee3b46e259e782653ceec7f983d0d Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 24 May 2014 10:12:01 +0000 Subject: [PATCH] e_os2.h is not needed here. --- lib/libcrypto/o_time.c | 2 +- lib/libssl/src/crypto/o_time.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/o_time.c b/lib/libcrypto/o_time.c index 287aaae7ab9..45bfce742e6 100644 --- a/lib/libcrypto/o_time.c +++ b/lib/libcrypto/o_time.c @@ -59,8 +59,8 @@ * */ -#include #include + #include "o_time.h" /* Take a tm structure and add an offset to it. This avoids any OS issues diff --git a/lib/libssl/src/crypto/o_time.c b/lib/libssl/src/crypto/o_time.c index 287aaae7ab9..45bfce742e6 100644 --- a/lib/libssl/src/crypto/o_time.c +++ b/lib/libssl/src/crypto/o_time.c @@ -59,8 +59,8 @@ * */ -#include #include + #include "o_time.h" /* Take a tm structure and add an offset to it. This avoids any OS issues -- 2.20.1