diff --git a/loader/win32.c b/loader/win32.c index 8388dfe8c2..52bce23982 100644 --- a/loader/win32.c +++ b/loader/win32.c @@ -1003,8 +1003,6 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si) /* mplayer's way to detect PF's */ { -#include "cpudetect.h" - if (gCpuCaps.hasMMX) PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE; if (gCpuCaps.hasSSE)