diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2017-09-02 21:30:34 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2017-11-17 22:11:31 -0600 |
| commit | 53684701fa1f9a787f8d089d864c5c1c97effa8c (patch) | |
| tree | 5d53b3b69b6be593a006e3f281aa56b49f1e0a20 /Source/Core/VideoCommon/TextureDecoder_Common.cpp | |
| parent | 725d14e4c67ee5568b24595567b3b007d9e9e231 (diff) | |
HybridXFB: Fix lint errors
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Common.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_Common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_Common.cpp b/Source/Core/VideoCommon/TextureDecoder_Common.cpp index 4351a819c0..9dd9f5850c 100644 --- a/Source/Core/VideoCommon/TextureDecoder_Common.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_Common.cpp @@ -3,8 +3,8 @@ // Refer to the license.txt file included. #include <algorithm> -#include <cstddef> #include <cmath> +#include <cstddef> #include "Common/CommonTypes.h" #include "Common/MathUtil.h" |
