diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-25 03:31:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-26 03:43:30 +0100 |
commit | 8fa28af96520735afaddab8359ae1b12a7f4d74f (patch) | |
tree | d3c8515df1bb26d3d46248605a07edb46534860a /libavformat/tty.c | |
parent | 8169afdb15a8d10f2c64d136b265e09717f3a98e (diff) | |
download | ffmpeg-8fa28af96520735afaddab8359ae1b12a7f4d74f.tar.gz |
tty: remove superflous #include <strings.h>
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 1e48cdaac32e42a5c87a8f203b5827bdcc46db93)
Diffstat (limited to 'libavformat/tty.c')
-rw-r--r-- | libavformat/tty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/tty.c b/libavformat/tty.c index 6aa6fa2c27..78db4ee041 100644 --- a/libavformat/tty.c +++ b/libavformat/tty.c @@ -28,7 +28,6 @@ #include "libavutil/avstring.h" #include "avformat.h" #include "sauce.h" -#include <strings.h> #define LINE_RATE 6000 /* characters per second */ |