Remove unneeded alloca header

pull/354/merge
Jeffrey Walton 2017-03-08 15:47:59 -05:00
parent 448282331b
commit a72fdedfa7
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 9 deletions

View File

@ -61,13 +61,4 @@ namespace std {
# include <vector.cc>
#endif
// for alloca
#if defined(CRYPTOPP_BSD_AVAILABLE)
# include <stdlib.h>
#elif defined(CRYPTOPP_UNIX_AVAILABLE) || defined(__sun) || defined(QNX)
# include <alloca.h>
#elif defined(CRYPTOPP_WIN32_AVAILABLE) || defined(__MINGW32__) || defined(__BORLANDC__)
# include <malloc.h>
#endif
#endif