# HG changeset patch # User diego # Date 1194625717 0 # Node ID 72466750cdcdcbc5fde21fbaa5444181e5c93c5a # Parent 6f05850b5fd179f0985bb050d50ad75f81d6e803 Remove misleading comment and remove unnecessary #includes. diff -r 6f05850b5fd1 -r 72466750cdcd libmpcodecs/vf_geq.c --- a/libmpcodecs/vf_geq.c Fri Nov 09 15:44:47 2007 +0000 +++ b/libmpcodecs/vf_geq.c Fri Nov 09 16:28:37 2007 +0000 @@ -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];