test/ossl_shim/packeted_bio.h: don't include e_os.h
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Jan 2018 16:51:51 +0000 (17:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Jan 2018 20:06:50 +0000 (21:06 +0100)
That inclusion turned out to be completely unnecessary

[extended tests]

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5136)

test/ossl_shim/packeted_bio.h

index bd3e3d1ff8056d14461b5b4b52d5cbfdd12e52c9..0a36b2c53e532edd2061ab92d13bb3fedde5241e 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef HEADER_PACKETED_BIO
 #define HEADER_PACKETED_BIO
 
 #ifndef HEADER_PACKETED_BIO
 #define HEADER_PACKETED_BIO
 
-#include "../../e_os.h"
 #include <openssl/base.h>
 #include <openssl/bio.h>
 
 #include <openssl/base.h>
 #include <openssl/bio.h>