diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-09-24 05:16:52 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-09-24 05:28:00 -0400 |
| commit | c9ef042b2d5dfed40829cb6af39ad0441820e405 (patch) | |
| tree | b8764b493dcfad7da82a16457d619439963a80e2 /Source/Core/VideoBackends/Software/TransformUnit.cpp | |
| parent | 58d0e223547dd111d3e8975ad6ff7f1988fbddfe (diff) | |
Software: Clean out unnecessary includes/fwd decls
Diffstat (limited to 'Source/Core/VideoBackends/Software/TransformUnit.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/TransformUnit.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/TransformUnit.cpp b/Source/Core/VideoBackends/Software/TransformUnit.cpp index 38734fa17c..0a2138f193 100644 --- a/Source/Core/VideoBackends/Software/TransformUnit.cpp +++ b/Source/Core/VideoBackends/Software/TransformUnit.cpp @@ -2,14 +2,19 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "VideoBackends/Software/TransformUnit.h" + #include <algorithm> #include <cmath> +#include "Common/Assert.h" +#include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" +#include "Common/Logging/Log.h" #include "Common/MathUtil.h" +#include "Common/MsgHandler.h" #include "VideoBackends/Software/NativeVertexFormat.h" -#include "VideoBackends/Software/TransformUnit.h" #include "VideoBackends/Software/Vec3.h" #include "VideoCommon/BPMemory.h" |
