diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-02-23 20:40:05 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-02-24 01:02:36 +0100 |
| commit | f298f00e1b3dfd14eeeac65524c9703f0758fa5a (patch) | |
| tree | d3724f53e907f2c1008f88efdf3d08243643e181 /Source/Core/VideoBackends/OGL/TextureCache.cpp | |
| parent | 56795efd425fdbd080deeb0469f518c96bcc0eac (diff) | |
Clean up the intrinsics #ifdef mess
Diffstat (limited to 'Source/Core/VideoBackends/OGL/TextureCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/TextureCache.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/OGL/TextureCache.cpp b/Source/Core/VideoBackends/OGL/TextureCache.cpp index e579909a9d..bfed930245 100644 --- a/Source/Core/VideoBackends/OGL/TextureCache.cpp +++ b/Source/Core/VideoBackends/OGL/TextureCache.cpp @@ -6,10 +6,6 @@ #include <fstream> #include <vector> -#ifdef _WIN32 -#include <intrin.h> -#endif - #include "Common/CommonPaths.h" #include "Common/FileUtil.h" #include "Common/Hash.h" |
