From 1e48cdaac32e42a5c87a8f203b5827bdcc46db93 Mon Sep 17 00:00:00 2001
From: Mans Rullgard <mans@mansr.com>
Date: Tue, 25 Jan 2011 03:31:45 +0000
Subject: [PATCH] tty: remove superflous #include <strings.h>

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 libavformat/tty.c | 1 -
 1 file changed, 1 deletion(-)

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