[FFmpeg-cvslog] tty: remove superflous #include <strings.h>

Mans Rullgard git
Wed Jan 26 04:01:18 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Jan 25 03:31:45 2011 +0000| [8fa28af96520735afaddab8359ae1b12a7f4d74f] | committer: Michael Niedermayer

tty: remove superflous #include <strings.h>

Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 1e48cdaac32e42a5c87a8f203b5827bdcc46db93)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fa28af96520735afaddab8359ae1b12a7f4d74f
---

 libavformat/tty.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/tty.c b/libavformat/tty.c
index 6aa6fa2..78db4ee 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 */
 




More information about the ffmpeg-cvslog mailing list