[FFmpeg-cvslog] checkasm: Remove unnecessary include

Henrik Gramner git at videolan.org
Wed Aug 12 12:36:32 CEST 2015


ffmpeg | branch: master | Henrik Gramner <henrik at gramner.com> | Wed Aug  5 23:27:41 2015 +0200| [8f4a06faf45c1cbcabec610f4b47824171379934] | committer: Anton Khirnov

checkasm: Remove unnecessary include

Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

 tests/checkasm/checkasm.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 82c635e..b564e7e 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -33,10 +33,6 @@
 #include <io.h>
 #endif
 
-#if ARCH_X86
-#include "libavutil/x86/cpu.h"
-#endif
-
 #if HAVE_SETCONSOLETEXTATTRIBUTE
 #include <windows.h>
 #define COLOR_RED    FOREGROUND_RED



More information about the ffmpeg-cvslog mailing list