mirror of https://git.ffmpeg.org/ffmpeg.git
checkasm: Remove unnecessary include
This commit is contained in:
parent
71575d98f5
commit
5e8e121fcc
|
@ -33,10 +33,6 @@
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ARCH_X86
|
|
||||||
#include "libavutil/x86/cpu.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if HAVE_SETCONSOLETEXTATTRIBUTE
|
#if HAVE_SETCONSOLETEXTATTRIBUTE
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#define COLOR_RED FOREGROUND_RED
|
#define COLOR_RED FOREGROUND_RED
|
||||||
|
|
Loading…
Reference in New Issue