diff utils.c @ 229:b0771ae979e3 libavformat

removed ctype.h header
author bellard
date Mon, 08 Sep 2003 20:04:44 +0000
parents 8d1569be0ee1
children 9f4f4ca9f7b5
line wrap: on
line diff
--- a/utils.c	Mon Sep 08 20:00:13 2003 +0000
+++ b/utils.c	Mon Sep 08 20:04:44 2003 +0000
@@ -17,7 +17,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avformat.h"
-#include <ctype.h>
 #ifdef CONFIG_WIN32
 #define strcasecmp _stricmp
 #include <sys/types.h>