summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-03-08 15:47:59 -0500
committerJeffrey Walton <noloader@gmail.com>2017-03-08 15:47:59 -0500
commita72fdedfa768eed9fb5ecf66c4e30db793194648 (patch)
tree9a244c8b2ae662118ac0a375529c52c5d1744012 /stdcpp.h
parent448282331bc77042299a6e7f63c8302d1584ca5b (diff)
downloadcryptopp-git-a72fdedfa768eed9fb5ecf66c4e30db793194648.tar.gz
Remove unneeded alloca header
Diffstat (limited to 'stdcpp.h')
-rw-r--r--stdcpp.h9
1 files changed, 0 insertions, 9 deletions
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 <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