comparison roqvideoenc.c @ 9981:5da84f0d0a55 libavcodec

Remove useless #include <unistd.h> from many files
author mru
date Wed, 22 Jul 2009 23:37:53 +0000
parents 12c8d0e11f39
children 38cfe222e1a4
comparison
equal deleted inserted replaced
9980:ac31ff44d1a5 9981:5da84f0d0a55
53 * Maximum SE precision per component: 164482 53 * Maximum SE precision per component: 164482
54 * >65025, so no truncation is needed (phew) 54 * >65025, so no truncation is needed (phew)
55 */ 55 */
56 56
57 #include <string.h> 57 #include <string.h>
58 #include <unistd.h>
59 58
60 #include "roqvideo.h" 59 #include "roqvideo.h"
61 #include "bytestream.h" 60 #include "bytestream.h"
62 #include "elbg.h" 61 #include "elbg.h"
63 #include "mathops.h" 62 #include "mathops.h"