diff options
author | Mans Rullgard <mans@mansr.com> | 2011-03-20 02:14:52 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-20 17:15:41 +0000 |
commit | 8eec00278c2ccad7fba840416a3a22740aa8e60f (patch) | |
tree | 3d8703c0a943a61862372d4f32a0861b6fcd7bf7 | |
parent | 0aded9484da7da6fe23254e23382767635f8360a (diff) | |
download | ffmpeg-8eec00278c2ccad7fba840416a3a22740aa8e60f.tar.gz |
dct: remove superflous #include
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | libavcodec/dct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dct.c b/libavcodec/dct.c index ef9673e227..83ea00f9cb 100644 --- a/libavcodec/dct.c +++ b/libavcodec/dct.c @@ -30,7 +30,6 @@ #include <math.h> #include "libavutil/mathematics.h" #include "dct.h" -#include "x86/fft.h" #define DCT32_FLOAT #include "dct32.c" |