From 50a73906228d9f304608eebcc06fbea319b5e229 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 29 Sep 2015 11:04:00 -0400 Subject: [PATCH] TextureDecoder_x64: Remove unnecessary commented out header --- Source/Core/VideoCommon/TextureDecoder_x64.cpp | 1 - 1 file changed, 1 deletion(-) 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 #include "Common/Common.h" -//#include "VideoCommon.h" // to get debug logs #include "Common/CPUDetect.h" #include "Common/Intrinsics.h"