diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:40:43 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:40:43 +0000 |
commit | 02e94797179b1059f1a0ba4f498ae97d050db14f (patch) | |
tree | 6038da24167b0972b29578eba936c724a006e485 /libavfilter | |
parent | 16790dc3ae65e261523e1a090d5306f4c663904e (diff) | |
download | ffmpeg-02e94797179b1059f1a0ba4f498ae97d050db14f.tar.gz |
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
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.c | 5 |
1 files changed, 0 insertions, 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 <stdarg.h> -#include <stdlib.h> -#include <string.h> -#include <stdio.h> - #include "avfilter.h" #include "allfilters.h" |