From f298f00e1b3dfd14eeeac65524c9703f0758fa5a Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Mon, 23 Feb 2015 20:40:05 +0100 Subject: Clean up the intrinsics #ifdef mess --- Source/Core/VideoCommon/VertexLoaderX64.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Source/Core/VideoCommon/VertexLoaderX64.cpp') diff --git a/Source/Core/VideoCommon/VertexLoaderX64.cpp b/Source/Core/VideoCommon/VertexLoaderX64.cpp index 5c962095bd..ae6623db90 100644 --- a/Source/Core/VideoCommon/VertexLoaderX64.cpp +++ b/Source/Core/VideoCommon/VertexLoaderX64.cpp @@ -1,10 +1,5 @@ -#ifdef _MSC_VER -#include -#else -#include -#endif - #include "Common/CPUDetect.h" +#include "Common/Intrinsics.h" #include "Common/JitRegister.h" #include "Common/x64ABI.h" #include "VideoCommon/VertexLoaderX64.h" -- cgit v1.2.3