removed ctype.h header

Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard
2003-09-08 20:04:44 +00:00
parent a182f5da93
commit 4358d5def3
7 changed files with 4 additions and 6 deletions

View File

@ -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>