Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-09-09 00:04:44 +0400
committerFabrice Bellard <fabrice@bellard.org>2003-09-09 00:04:44 +0400
commit4358d5def36e01994d2c953ddde00c1675fa2368 (patch)
tree23e6ce99e9eb576f4f8c004f5cec0bf7c06645fc /libavformat/tcp.c
parenta182f5da9366d5094c054858f5bd7804cbaa2cf3 (diff)
removed ctype.h header
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/tcp.c')
-rw-r--r--libavformat/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index ee61afafe9..d280815714 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -18,7 +18,6 @@
*/
#include "avformat.h"
#include <unistd.h>
-#include <ctype.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>