diff options
| author | Mat M <mathew1800@gmail.com> | 2017-03-05 09:45:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-05 09:45:29 -0500 |
| commit | 7fa14169e9aafd011cbb658e32a259e701812be0 (patch) | |
| tree | 5f6d42ff9278c5c8eb0b4e14a7f753395bd55a80 /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | c2594695b8beda137c808e666b0651a1f09a293c (diff) | |
| parent | 552c0d8404ebd1e0cfa71c2d14ecb81c40f4cd70 (diff) | |
Merge pull request #5007 from lioncash/swap
Common: Move byte swapping utilities into their own header
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 4697e8ba1b..3d5da590f5 100644 --- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp @@ -7,10 +7,10 @@ #include <cstring> #include "Common/CPUDetect.h" -#include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" #include "Common/Intrinsics.h" #include "Common/MsgHandler.h" +#include "Common/Swap.h" #include "VideoCommon/LookUpTables.h" #include "VideoCommon/TextureDecoder.h" |
