Remove misleading comment and remove unnecessary #includes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25003 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-11-09 16:28:37 +00:00
parent 8c2f371e19
commit 4c67136240
1 changed files with 0 additions and 4 deletions

View File

@ -31,13 +31,9 @@
#include "mp_image.h"
#include "vf.h"
// Needed to bring in lrintf.
#define HAVE_AV_CONFIG_H
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
#include "libavcodec/eval.h"
#include "libavutil/common.h"
struct vf_priv_s {
AVEvalExpr * e[3];