diff options
author | Måns Rullgård <mans@mansr.com> | 2009-07-23 15:23:03 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-07-23 15:23:03 +0000 |
commit | 78d01adaa7d665342e8638a0fb9d529a169f2c17 (patch) | |
tree | 0edaf2c8854734dfb6d3eabc78dc0d848ffd3106 | |
parent | d15153244fb04a9546f4a5312a38b1ec8f6c5654 (diff) | |
download | ffmpeg-78d01adaa7d665342e8638a0fb9d529a169f2c17.tar.gz |
Remove unnecessary #include <unistd.h>
Originally committed as revision 29437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/swscale.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 64c4e2b63e..bbeef61dba 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -59,7 +59,6 @@ untested special converters #include <string.h> #include <math.h> #include <stdio.h> -#include <unistd.h> #include "config.h" #include <assert.h> #if HAVE_SYS_MMAN_H |