Browse code

dct: remove superflous #include

Signed-off-by: Mans Rullgard <mans@mansr.com>

Mans Rullgard authored on 2011/03/20 11:14:52
Showing 1 changed files
... ...
@@ -30,7 +30,6 @@
30 30
 #include <math.h>
31 31
 #include "libavutil/mathematics.h"
32 32
 #include "dct.h"
33
-#include "x86/fft.h"
34 33
 
35 34
 #define DCT32_FLOAT
36 35
 #include "dct32.c"