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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-06-20 01:08:35 +0400
committerMans Rullgard <mans@mansr.com>2012-06-20 14:46:46 +0400
commit6501dcfb5e3797b66f63de030fabe774b5f4596f (patch)
treed73ff9b3e80a65d72f156540480449688f5b7486 /avconv.c
parent4e5a51481343ef4e08a3779186f466f3458259ff (diff)
Remove unnecessary inclusions of [sys/]time.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 9da8d8aeca..7abf10d7b0 100644
--- a/avconv.c
+++ b/avconv.c
@@ -55,7 +55,6 @@
#if HAVE_SYS_RESOURCE_H
#include <sys/types.h>
-#include <sys/time.h>
#include <sys/resource.h>
#elif HAVE_GETPROCESSTIMES
#include <windows.h>