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:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-21 16:55:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 17:36:33 +0400
commit0506f3fa38a1a66d24c950b2ce62e8801e2eddc8 (patch)
treeb9dee91a4d6f4affca90c834fff99fbf18a93be2 /libavutil/cpu.c
parent1c4fa2aaf23085684dee84c38d185e079ec74b0f (diff)
avutil/cpu: remove duplicate include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cpu.c')
-rw-r--r--libavutil/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index 8b1c56514b..a31e195b69 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -36,7 +36,6 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
-#include <sys/param.h>
#include <sys/sysctl.h>
#endif
#if HAVE_SYSCONF