From 87cf481aa88b89db8dbbb13dc19c9b4cb35b654a Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sun, 29 Jul 2012 13:20:54 +0100 Subject: [PATCH] mpegvideo: remove unnecessary inclusions of faandct.h Signed-off-by: Mans Rullgard --- libavcodec/mpegvideo.c | 1 - libavcodec/mpegvideo_common.h | 1 - 2 files changed, 2 deletions(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 574893ed05..8b2a27f5e2 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -36,7 +36,6 @@ #include "mpegvideo_common.h" #include "mjpegenc.h" #include "msmpeg4.h" -#include "faandct.h" #include "xvmc_internal.h" #include "thread.h" #include diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 0a731266e2..bb39619637 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -36,7 +36,6 @@ #include "mpegvideo.h" #include "mjpegenc.h" #include "msmpeg4.h" -#include "faandct.h" #include int ff_dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);