summaryrefslogtreecommitdiff
path: root/celt/os_support.h
diff options
context:
space:
mode:
authorMarcus Asteborg <maastebo@microsoft.com>2020-06-05 23:07:46 -0700
committerJean-Marc Valin <jmvalin@jmvalin.ca>2020-06-11 21:25:06 -0400
commit09f8f05bce8914f6df3a0d7d6feca256ca5f12dd (patch)
tree7d8db05d87db3e2ac740dfa5463bf114bfd72181 /celt/os_support.h
parentfe00017a06ddf9314ce79a83a60ae6333769bb24 (diff)
downloadopus-09f8f05bce8914f6df3a0d7d6feca256ca5f12dd.tar.gz
Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove usage of stdio.h in production code
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'celt/os_support.h')
-rw-r--r--celt/os_support.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/celt/os_support.h b/celt/os_support.h
index a2171971..009bf861 100644
--- a/celt/os_support.h
+++ b/celt/os_support.h
@@ -39,7 +39,6 @@
#include "opus_defines.h"
#include <string.h>
-#include <stdio.h>
#include <stdlib.h>
/** Opus wrapper for malloc(). To do your own dynamic allocation, all you need to do is replace this function and opus_free */