[FFmpeg-cvslog] checkasm: Remove unnecessary include

Henrik Gramner git at videolan.org
Wed Aug 5 23:23:24 CEST 2015


ffmpeg | branch: master | Henrik Gramner <henrik at gramner.com> | Wed Aug  5 19:05:56 2015 +0200| [5e8e121fccc247942a42b609f1e32060950c1a65] | committer: Henrik Gramner

checkasm: Remove unnecessary include

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

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

diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 520397c..4eb14dd 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