diff --git a/stdcpp.h b/stdcpp.h index d1594402..c9b36b83 100644 --- a/stdcpp.h +++ b/stdcpp.h @@ -61,13 +61,4 @@ namespace std { # include #endif -// for alloca -#if defined(CRYPTOPP_BSD_AVAILABLE) -# include -#elif defined(CRYPTOPP_UNIX_AVAILABLE) || defined(__sun) || defined(QNX) -# include -#elif defined(CRYPTOPP_WIN32_AVAILABLE) || defined(__MINGW32__) || defined(__BORLANDC__) -# include -#endif - #endif