Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-28 23:44:31 +0400
committerMartin Storsjö <martin@martin.st>2012-08-29 01:23:51 +0400
commit3ad9eac5a0be9698fe908f2bafe8b76a0d6528ce (patch)
treee0525193ea7519daecf2cdd5695954fdf4040952 /libavcodec/motion-test.c
parentdd4169ab924f00391711a21dd3c6c1f90d2795e0 (diff)
testprogs: Remove unused includes
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/motion-test.c')
-rw-r--r--libavcodec/motion-test.c2
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"