[FFmpeg-cvslog] avutil/cpu: remove duplicate include

Michael Niedermayer git at videolan.org
Sat Sep 21 15:42:43 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Sep 21 14:55:57 2013 +0200| [0506f3fa38a1a66d24c950b2ce62e8801e2eddc8] | committer: Michael Niedermayer

avutil/cpu: remove duplicate include

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0506f3fa38a1a66d24c950b2ce62e8801e2eddc8
---

 libavutil/cpu.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index 8b1c565..a31e195 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



More information about the ffmpeg-cvslog mailing list