summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/Software')
-rw-r--r--Source/Core/VideoBackends/Software/SWTexture.cpp2
-rw-r--r--Source/Core/VideoBackends/Software/SWVertexLoader.cpp3
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp1
-rw-r--r--Source/Core/VideoBackends/Software/TextureSampler.cpp1
4 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/VideoBackends/Software/SWTexture.cpp b/Source/Core/VideoBackends/Software/SWTexture.cpp
index 0ada0502f0..85197316a8 100644
--- a/Source/Core/VideoBackends/Software/SWTexture.cpp
+++ b/Source/Core/VideoBackends/Software/SWTexture.cpp
@@ -5,8 +5,6 @@
#include <cstring>
-#include "Common/Assert.h"
-
#include "VideoBackends/Software/CopyRegion.h"
#include "VideoBackends/Software/SWGfx.h"
diff --git a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp
index c795965084..8759de597a 100644
--- a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp
+++ b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp
@@ -8,7 +8,6 @@
#include "Common/Assert.h"
#include "Common/CommonTypes.h"
-#include "Common/Logging/Log.h"
#include "Core/System.h"
@@ -22,9 +21,7 @@
#include "VideoCommon/DataReader.h"
#include "VideoCommon/IndexGenerator.h"
#include "VideoCommon/OpcodeDecoding.h"
-#include "VideoCommon/PixelShaderManager.h"
#include "VideoCommon/Statistics.h"
-#include "VideoCommon/VertexLoaderBase.h"
#include "VideoCommon/VertexLoaderManager.h"
#include "VideoCommon/VertexShaderManager.h"
#include "VideoCommon/VideoConfig.h"
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 2f51789ae4..66c96f5a16 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -3,7 +3,6 @@
#include "VideoBackends/Software/VideoBackend.h"
-#include <cstring>
#include <memory>
#include <string>
#include <utility>
diff --git a/Source/Core/VideoBackends/Software/TextureSampler.cpp b/Source/Core/VideoBackends/Software/TextureSampler.cpp
index ceb6c02256..000dfc632b 100644
--- a/Source/Core/VideoBackends/Software/TextureSampler.cpp
+++ b/Source/Core/VideoBackends/Software/TextureSampler.cpp
@@ -4,7 +4,6 @@
#include "VideoBackends/Software/TextureSampler.h"
#include <algorithm>
-#include <cmath>
#include <span>
#include "Common/CommonTypes.h"