diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 19:58:34 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 19:58:34 +0000 |
commit | 56c4a1846442f832055afeb43a4e873878f5b596 (patch) | |
tree | c8dac6c829b058f689d5c924a8414f284dfaed70 /libavcodec/xvmcvideo.c | |
parent | 25f90cf76a77be0ecdf1563710e35b4762be1d64 (diff) | |
download | ffmpeg-56c4a1846442f832055afeb43a4e873878f5b596.tar.gz |
ctype.h is a common header
Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmcvideo.c')
-rw-r--r-- | libavcodec/xvmcvideo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/xvmcvideo.c b/libavcodec/xvmcvideo.c index 6346b50d46..9c432020ba 100644 --- a/libavcodec/xvmcvideo.c +++ b/libavcodec/xvmcvideo.c @@ -17,9 +17,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <stdlib.h> -#include <stdio.h> -#include <ctype.h> #include <limits.h> //avcodec include |