summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_x64.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-09-10 00:35:16 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2014-09-10 00:35:16 -0500
commit71cb09f1ca277436ccff022ba056e32c25c527a8 (patch)
treec71de251579aebbdee644b1270789ba4a69a0ca1 /Source/Core/VideoCommon/TextureDecoder_x64.cpp
parent90a5171151c9bfa46314f732540442577c0c0ef1 (diff)
parentfbc64984ca7de7db10b1a8a4f49002f260c93569 (diff)
Merge pull request #1027 from rohit-n/change-include
Include CommonTypes.h instead of Common.h.
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureDecoder_x64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_x64.cpp b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
index 1800c8bb04..7446ae6c46 100644
--- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp
+++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
@@ -5,7 +5,7 @@
#include <algorithm>
#include <cmath>
-#include "Common/Common.h"
+#include "Common/CommonTypes.h"
//#include "VideoCommon.h" // to get debug logs
#include "Common/CPUDetect.h"