dct: remove superflous #include
authorMans Rullgard <mans@mansr.com>
Sun, 20 Mar 2011 02:14:52 +0000 (02:14 +0000)
committerMans Rullgard <mans@mansr.com>
Sun, 20 Mar 2011 17:15:41 +0000 (17:15 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/dct.c

index ef9673e..83ea00f 100644 (file)
@@ -30,7 +30,6 @@
 #include <math.h>
 #include "libavutil/mathematics.h"
 #include "dct.h"
-#include "x86/fft.h"
 
 #define DCT32_FLOAT
 #include "dct32.c"