summaryrefslogtreecommitdiff
path: root/mdct.c
diff options
context:
space:
mode:
authorj <j@xiph.org>2005-05-10 12:42:34 +0000
committerj <j@xiph.org>2005-05-10 12:42:34 +0000
commitf66d4e20f2d3932925c5e514b0b040330502a886 (patch)
treeaf400928f71a2b4ed0670b7739f09e7f98564239 /mdct.c
parentac57873375a9e796de0d53c03c04f241487fe74e (diff)
downloadtremor-f66d4e20f2d3932925c5e514b0b040330502a886.tar.gz
move '#include "os.h"' to misc.h and
remove it where misc.h is included. git-svn-id: https://svn.xiph.org/trunk/Tremor@9257 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'mdct.c')
-rw-r--r--mdct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdct.c b/mdct.c
index e4472a7..c440da3 100644
--- a/mdct.c
+++ b/mdct.c
@@ -33,7 +33,6 @@
********************************************************************/
#include "ivorbiscodec.h"
-#include "os.h"
#include "misc.h"
#include "mdct.h"
#include "mdct_lookup.h"