summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-08-05 23:27:41 +0200
committerAnton Khirnov <anton@khirnov.net>2015-08-11 11:00:53 +0200
commit8f4a06faf45c1cbcabec610f4b47824171379934 (patch)
tree6a5cb8343fe53d00deaaddafc2458387e433ca40 /tests
parent4a53c758d2f69302e6822b23f3e7349253b9e8d3 (diff)
checkasm: Remove unnecessary include
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/checkasm/checkasm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 82c635ec8d..b564e7e988 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