changeset 34199:bac52e3ddd04

loader: remove duplicate cpudetect.h #include
author diego
date Thu, 03 Nov 2011 13:24:50 +0000
parents 064be070d8c8
children 87a1b3a11b33
files loader/win32.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Thu Nov 03 13:24:46 2011 +0000
+++ b/loader/win32.c	Thu Nov 03 13:24:50 2011 +0000
@@ -1003,8 +1003,6 @@
 
     /* mplayer's way to detect PF's */
     {
-#include "cpudetect.h"
-
 	if (gCpuCaps.hasMMX)
 	    PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;
 	if (gCpuCaps.hasSSE)