Skip to content

Commit

Permalink
loader: remove duplicate cpudetect.h #include
Browse files Browse the repository at this point in the history
git-svn-id: svn://git.mplayerhq.hu/mplayer/trunk@34287 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
diego committed Nov 3, 2011
1 parent 7eec436 commit 6b3894e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions loader/win32.c
Expand Up @@ -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)
Expand Down

0 comments on commit 6b3894e

Please sign in to comment.