1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +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 "libavutil/mathematics.h"
#include "dct.h"
#include "x86/fft.h"
#define DCT32_FLOAT
#include "dct32.c"