Commit 15d33fdf 15d33fdf05b274b9a0abfba5ec37026e47c36388 by Sergey Poznyakoff

Do not use alloca

1 parent 2bdb522b
...@@ -32,10 +32,6 @@ ...@@ -32,10 +32,6 @@
32 #include <fcntl.h> 32 #include <fcntl.h>
33 #include <stdarg.h> 33 #include <stdarg.h>
34 34
35 #ifdef HAVE_ALLOCA_H
36 # include <alloca.h>
37 #endif
38
39 #ifdef HAVE_STRINGS_H 35 #ifdef HAVE_STRINGS_H
40 # include <strings.h> 36 # include <strings.h>
41 #endif 37 #endif
......