diff options
| author | Rohit Nirmal <rohitnirmal9@gmail.com> | 2014-09-07 20:06:58 -0500 |
|---|---|---|
| committer | Rohit Nirmal <rohitnirmal9@gmail.com> | 2014-09-08 15:39:58 -0400 |
| commit | fbc64984ca7de7db10b1a8a4f49002f260c93569 (patch) | |
| tree | 0dd67dd2ad4bc3a9483c24dc7fcc08c2cae49679 /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | bf0c4a644bd38e357aa5c4c2eeb7ad1db56cb378 (diff) | |
Include CommonTypes.h instead of Common.h.
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_x64.cpp | 2 |
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" |
