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 /libavcodec | |
parent | dd4169ab924f00391711a21dd3c6c1f90d2795e0 (diff) | |
download | ffmpeg-3ad9eac5a0be9698fe908f2bafe8b76a0d6528ce.tar.gz |
testprogs: Remove unused includes
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/motion-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index 4c8036815c..bc4f0dae7f 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -26,8 +26,6 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <sys/time.h> -#include <unistd.h> #include "config.h" #include "dsputil.h" |