diff rtsp.c @ 229:b0771ae979e3 libavformat

removed ctype.h header
author bellard
date Mon, 08 Sep 2003 20:04:44 +0000
parents 82fea3fec65b
children 6091b76cfc2a
line wrap: on
line diff
--- a/rtsp.c	Mon Sep 08 20:00:13 2003 +0000
+++ b/rtsp.c	Mon Sep 08 20:04:44 2003 +0000
@@ -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