Revert "[libtremor] don't include alloca.h with MinGW"

We have a better way
This reverts commit 36414ffa41.
This commit is contained in:
Clownacy 2016-11-03 15:42:14 +00:00
parent e4d9c04add
commit 653b42a593
6 changed files with 0 additions and 12 deletions

View File

@ -15,9 +15,7 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -15,9 +15,7 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -18,9 +18,7 @@
/* general handling of the header and the vorbis_info structure (and
substructures) */
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

View File

@ -15,9 +15,7 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -15,9 +15,7 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -15,9 +15,7 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <math.h>
#include <string.h>