1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

dct: remove superflous #include

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2011-03-20 02:14:52 +00:00
parent 0aded9484d
commit 8eec00278c

View File

@ -30,7 +30,6 @@
#include <math.h> #include <math.h>
#include "libavutil/mathematics.h" #include "libavutil/mathematics.h"
#include "dct.h" #include "dct.h"
#include "x86/fft.h"
#define DCT32_FLOAT #define DCT32_FLOAT
#include "dct32.c" #include "dct32.c"