x86: Cleanup includes for MSVC C11
Hi,
Not much to describe for this MR -- I fixed an IntelliSense issue caused by the lack of #include <intrin.h>
when __cpuid
was used in MSVC. While at it, the unused includes were removed.
This also adds an extra fix so that Debian Sid can accept the changes (-Werror=maybe-uninitialized
).
Edited by amyspark