summaryrefslogtreecommitdiff
path: root/libavcodec/dct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dct.c')
-rw-r--r--libavcodec/dct.c1
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"