summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-09-08 20:04:44 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-09-08 20:04:44 +0000
commit4358d5def36e01994d2c953ddde00c1675fa2368 (patch)
tree23e6ce99e9eb576f4f8c004f5cec0bf7c06645fc /libavformat/rtsp.c
parenta182f5da9366d5094c054858f5bd7804cbaa2cf3 (diff)
removed ctype.h header
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 5b2a207195..802591dd96 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -22,7 +22,6 @@
#include <sys/time.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <ctype.h>
#ifndef __BEOS__
# include <arpa/inet.h>
#else