From 4820b13e494be6533fce3b945e208585313265b2 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 10:12:01 +0000 Subject: e_os2.h is not needed here. --- src/lib/libcrypto/o_time.c | 2 +- src/lib/libssl/src/crypto/o_time.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/o_time.c b/src/lib/libcrypto/o_time.c index 287aaae7ab..45bfce742e 100644 --- a/src/lib/libcrypto/o_time.c +++ b/src/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/src/lib/libssl/src/crypto/o_time.c b/src/lib/libssl/src/crypto/o_time.c index 287aaae7ab..45bfce742e 100644 --- a/src/lib/libssl/src/crypto/o_time.c +++ b/src/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 -- cgit v1.2.3-55-g6feb