summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_x64.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-29 11:04:00 -0400
committerLioncash <mathew1800@gmail.com>2015-09-29 11:04:00 -0400
commit50a73906228d9f304608eebcc06fbea319b5e229 (patch)
tree0574da4c6838e884da18126bbbc10fd2db9058d2 /Source/Core/VideoCommon/TextureDecoder_x64.cpp
parent80c7e3ebc012fc9bf2413ce3953ac90414f572d2 (diff)
TextureDecoder_x64: Remove unnecessary commented out header
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureDecoder_x64.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_x64.cpp b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
index b07e34064b..405d4de592 100644
--- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp
+++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
@@ -6,7 +6,6 @@
#include <cmath>
#include "Common/Common.h"
-//#include "VideoCommon.h" // to get debug logs
#include "Common/CPUDetect.h"
#include "Common/Intrinsics.h"