diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-28 22:44:31 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-29 00:23:51 +0300 |
commit | 3ad9eac5a0be9698fe908f2bafe8b76a0d6528ce (patch) | |
tree | e0525193ea7519daecf2cdd5695954fdf4040952 /libswscale | |
parent | dd4169ab924f00391711a21dd3c6c1f90d2795e0 (diff) | |
download | ffmpeg-3ad9eac5a0be9698fe908f2bafe8b76a0d6528ce.tar.gz |
testprogs: Remove unused includes
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/colorspace-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/colorspace-test.c b/libswscale/colorspace-test.c index 1c4cc2ace7..fbf595d4c1 100644 --- a/libswscale/colorspace-test.c +++ b/libswscale/colorspace-test.c @@ -20,7 +20,6 @@ #include <stdio.h> #include <string.h> /* for memset() */ -#include <unistd.h> #include <stdlib.h> #include <inttypes.h> |