diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-25 03:31:45 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-25 15:57:53 +0000 |
commit | 1e48cdaac32e42a5c87a8f203b5827bdcc46db93 (patch) | |
tree | 08b5ef3ea1dadbf5cb76a36f0101f454ce038178 /libavformat/tty.c | |
parent | 21c900129c268587fa2df774242bfd8af72ff890 (diff) | |
download | ffmpeg-1e48cdaac32e42a5c87a8f203b5827bdcc46db93.tar.gz |
tty: remove superflous #include <strings.h>
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 */ |