From c9ef042b2d5dfed40829cb6af39ad0441820e405 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 24 Sep 2016 05:16:52 -0400 Subject: Software: Clean out unnecessary includes/fwd decls --- Source/Core/VideoBackends/Software/TransformUnit.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Source/Core/VideoBackends/Software/TransformUnit.cpp') 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 #include +#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" -- cgit v1.2.3