Don't #include <alloca.h> anymore.

This commit is contained in:
Guus Sliepen 2011-06-02 17:55:29 +02:00
parent b7754e5aaa
commit 9eca49329d

4
have.h
View file

@ -58,10 +58,6 @@
#include <inttypes.h>
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
/* Include system specific headers */
#ifdef HAVE_SYSLOG_H