diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 20:04:44 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 20:04:44 +0000 |
commit | 4358d5def36e01994d2c953ddde00c1675fa2368 (patch) | |
tree | 23e6ce99e9eb576f4f8c004f5cec0bf7c06645fc /libavformat/cutils.c | |
parent | a182f5da9366d5094c054858f5bd7804cbaa2cf3 (diff) | |
download | ffmpeg-4358d5def36e01994d2c953ddde00c1675fa2368.tar.gz |
removed ctype.h header
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/cutils.c')
-rw-r--r-- | libavformat/cutils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/cutils.c b/libavformat/cutils.c index 28f40b0e2f..74d66e5618 100644 --- a/libavformat/cutils.c +++ b/libavformat/cutils.c @@ -17,7 +17,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "avformat.h" -#include <ctype.h> #if !defined(CONFIG_NOCUTILS) /** |