summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tremor/mapping0.c2
-rw-r--r--tremor/sharedbook.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/tremor/mapping0.c b/tremor/mapping0.c
index dd1b008a67..bcf46ea8ac 100644
--- a/tremor/mapping0.c
+++ b/tremor/mapping0.c
@@ -19,8 +19,8 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
-#include <alloca.h>
#include "ogg.h"
+#include "os.h"
#include "ivorbiscodec.h"
#include "mdct.h"
#include "codec_internal.h"
diff --git a/tremor/sharedbook.c b/tremor/sharedbook.c
index 09405f2ca2..d173d8aaf5 100644
--- a/tremor/sharedbook.c
+++ b/tremor/sharedbook.c
@@ -18,7 +18,6 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
-#include <alloca.h>
#include "ogg.h"
#include "os.h"
#include "misc.h"