comparison msrle.c @ 9981:5da84f0d0a55 libavcodec

Remove useless #include <unistd.h> from many files
author mru
date Wed, 22 Jul 2009 23:37:53 +0000
parents 11839f0e3908
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9980:ac31ff44d1a5 9981:5da84f0d0a55
32 */ 32 */
33 33
34 #include <stdio.h> 34 #include <stdio.h>
35 #include <stdlib.h> 35 #include <stdlib.h>
36 #include <string.h> 36 #include <string.h>
37 #include <unistd.h>
38 37
39 #include "avcodec.h" 38 #include "avcodec.h"
40 #include "dsputil.h" 39 #include "dsputil.h"
41 #include "msrledec.h" 40 #include "msrledec.h"
42 41