diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:41:49 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:41:49 +0000 |
commit | e9f54274c7677f4378f24dd65ce8c98014c344d9 (patch) | |
tree | bc5c173b2cc553c8fd548a283a79f5ab807ffc5b | |
parent | 3bc2a526439f34acf3e965db80802c0f717a06ec (diff) | |
download | ffmpeg-e9f54274c7677f4378f24dd65ce8c98014c344d9.tar.gz |
Remove header now made useless
Commited in SoC by Vitor Sessak on 2008-02-12 20:59:51
Originally committed as revision 12060 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 79c4cc07b7..2582276f89 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -20,7 +20,6 @@ */ #include "avfilter.h" -#include "allfilters.h" /** list of registered filters */ struct FilterList |