diff options
author | Måns Rullgård <mans@mansr.com> | 2009-07-22 23:37:53 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-07-22 23:37:53 +0000 |
commit | 3aab27b4599911aad2fd9dc14cdc66414bf27eb3 (patch) | |
tree | 37bf91d9b3af1841e38bd894cb87171d9671fbdd /libavcodec/roqvideoenc.c | |
parent | 7f4e15e2f4da4563de9c30d91bc8bb1e99e8452c (diff) | |
download | ffmpeg-3aab27b4599911aad2fd9dc14cdc66414bf27eb3.tar.gz |
Remove useless #include <unistd.h> from many files
Originally committed as revision 19499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/roqvideoenc.c')
-rw-r--r-- | libavcodec/roqvideoenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c index ecb56edb7f..e7cfcb7036 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -55,7 +55,6 @@ */ #include <string.h> -#include <unistd.h> #include "roqvideo.h" #include "bytestream.h" |