Mercurial > libavcodec.hg
comparison smc.c @ 9981:5da84f0d0a55 libavcodec
Remove useless #include <unistd.h> from many files
author | mru |
---|---|
date | Wed, 22 Jul 2009 23:37:53 +0000 |
parents | 54bc8a2727b0 |
children | ee31a41c5062 |
comparison
equal
deleted
inserted
replaced
9980:ac31ff44d1a5 | 9981:5da84f0d0a55 |
---|---|
29 */ | 29 */ |
30 | 30 |
31 #include <stdio.h> | 31 #include <stdio.h> |
32 #include <stdlib.h> | 32 #include <stdlib.h> |
33 #include <string.h> | 33 #include <string.h> |
34 #include <unistd.h> | |
35 | 34 |
36 #include "libavutil/intreadwrite.h" | 35 #include "libavutil/intreadwrite.h" |
37 #include "avcodec.h" | 36 #include "avcodec.h" |
38 | 37 |
39 #define CPAIR 2 | 38 #define CPAIR 2 |