diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 02:27:20 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:10 +0100 |
| commit | ffe588cc240745f0a30595c604083d37e791c670 (patch) | |
| tree | 7e010773ac4232836b8975349a517d2e04774fd2 /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | 6847a0fc0c1699eb01fadd50cfaf76e4e34a02cb (diff) | |
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
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 d49e4ddb87..d00a9bb454 100644 --- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp @@ -8,8 +8,8 @@ //#include "VideoCommon.h" // to get debug logs #include "Common/CPUDetect.h" -#include "VideoCommon/TextureDecoder.h" #include "VideoCommon/LookUpTables.h" +#include "VideoCommon/TextureDecoder.h" #include "VideoCommon/VideoConfig.h" #ifdef _OPENMP |
