From 7c7cb15f361d85cb220dd2f41c5d0a3d57f0fe49 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 12 Nov 2016 04:23:36 -0500 Subject: [PATCH] Remove unneeded include --- cryptlib.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cryptlib.h b/cryptlib.h index a2713b61..90ce1389 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -87,10 +87,6 @@ and getting us started on the manual. #include "stdcpp.h" #include "trap.h" -#if defined(CRYPTOPP_BSD_AVAILABLE) || defined(CRYPTOPP_UNIX_AVAILABLE) -# include -#endif - #if CRYPTOPP_MSC_VERSION # pragma warning(push) # pragma warning(disable: 4127 4189 4702)