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)