From 02e94797179b1059f1a0ba4f498ae97d050db14f Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 21:40:43 +0000 Subject: [PATCH] Remove unneded headers Commited in SoC by Vitor Sessak on 2008-02-09 23:35:19 Originally committed as revision 12044 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 675f9d6844..c710d75913 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -19,11 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include -#include -#include - #include "avfilter.h" #include "allfilters.h"