diff options
author | Måns Rullgård | 2009-07-22 23:37:53 +0000 |
---|---|---|
committer | Måns Rullgård | 2009-07-22 23:37:53 +0000 |
commit | 3aab27b4599911aad2fd9dc14cdc66414bf27eb3 (patch) | |
tree | 37bf91d9b3af1841e38bd894cb87171d9671fbdd /libavcodec/roqvideodec.c | |
parent | 7f4e15e2f4da4563de9c30d91bc8bb1e99e8452c (diff) |
Remove useless #include <unistd.h> from many files
Originally committed as revision 19499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/roqvideodec.c')
-rw-r--r-- | libavcodec/roqvideodec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 64924a5ce6..8e3bdb0dc3 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -28,7 +28,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include "avcodec.h" #include "bytestream.h" |