From 653b42a5936909e9ca82789129ea848b9e1b9ff0 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 3 Nov 2016 15:42:14 +0000 Subject: [PATCH] Revert "[libtremor] don't include alloca.h with MinGW" We have a better way This reverts commit 36414ffa4111f2f237144b244bbb7ebb0e6a2f1e. --- core/tremor/codebook.c | 2 -- core/tremor/floor0.c | 2 -- core/tremor/info.c | 2 -- core/tremor/mapping0.c | 2 -- core/tremor/res012.c | 2 -- core/tremor/sharedbook.c | 2 -- 6 files changed, 12 deletions(-) diff --git a/core/tremor/codebook.c b/core/tremor/codebook.c index 341e1e3..96a8e6f 100644 --- a/core/tremor/codebook.c +++ b/core/tremor/codebook.c @@ -15,9 +15,7 @@ ********************************************************************/ -#ifndef __MINGW32__ #include -#endif #include #include #include diff --git a/core/tremor/floor0.c b/core/tremor/floor0.c index 2c44529..d4b35b8 100644 --- a/core/tremor/floor0.c +++ b/core/tremor/floor0.c @@ -15,9 +15,7 @@ ********************************************************************/ -#ifndef __MINGW32__ #include -#endif #include #include #include diff --git a/core/tremor/info.c b/core/tremor/info.c index 09fa67e..d5375f0 100644 --- a/core/tremor/info.c +++ b/core/tremor/info.c @@ -18,9 +18,7 @@ /* general handling of the header and the vorbis_info structure (and substructures) */ -#ifndef __MINGW32__ #include -#endif #include #include #include diff --git a/core/tremor/mapping0.c b/core/tremor/mapping0.c index 236c7c9..09a43a3 100644 --- a/core/tremor/mapping0.c +++ b/core/tremor/mapping0.c @@ -15,9 +15,7 @@ ********************************************************************/ -#ifndef __MINGW32__ #include -#endif #include #include #include diff --git a/core/tremor/res012.c b/core/tremor/res012.c index bdb2eb3..b569a75 100644 --- a/core/tremor/res012.c +++ b/core/tremor/res012.c @@ -15,9 +15,7 @@ ********************************************************************/ -#ifndef __MINGW32__ #include -#endif #include #include #include diff --git a/core/tremor/sharedbook.c b/core/tremor/sharedbook.c index 39d535d..287c4ce 100644 --- a/core/tremor/sharedbook.c +++ b/core/tremor/sharedbook.c @@ -15,9 +15,7 @@ ********************************************************************/ -#ifndef __MINGW32__ #include -#endif #include #include #include