From: jsing Date: Sat, 24 May 2014 10:12:01 +0000 (+0000) Subject: e_os2.h is not needed here. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5425d421ea1ee3b46e259e782653ceec7f983d0d;p=openbsd e_os2.h is not needed here. --- 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