diff options
| author | shuffle2 <godisgovernment@gmail.com> | 2016-10-02 20:31:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-02 20:31:35 -0700 |
| commit | 17aef319e868ff04356826722f5f35a7a1f386ae (patch) | |
| tree | 09fb4a85e01512b5b0cccdc53f1364562c9f576b /Source/Core/VideoBackends/Software/TextureSampler.cpp | |
| parent | 5e8bc4aa1dca15942a86616c33fd940344ae79bd (diff) | |
| parent | c9ef042b2d5dfed40829cb6af39ad0441820e405 (diff) | |
Merge pull request #4240 from lioncash/include
Software: Clean out unnecessary includes/fwd decls
Diffstat (limited to 'Source/Core/VideoBackends/Software/TextureSampler.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/TextureSampler.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/TextureSampler.cpp b/Source/Core/VideoBackends/Software/TextureSampler.cpp index 648dd7446b..248e4a6f19 100644 --- a/Source/Core/VideoBackends/Software/TextureSampler.cpp +++ b/Source/Core/VideoBackends/Software/TextureSampler.cpp @@ -2,12 +2,13 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "VideoBackends/Software/TextureSampler.h" + #include <algorithm> #include <cmath> -#include "Common/Common.h" +#include "Common/CommonTypes.h" #include "Core/HW/Memmap.h" -#include "VideoBackends/Software/TextureSampler.h" #include "VideoCommon/BPMemory.h" #include "VideoCommon/SamplerCommon.h" |
