diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-07-19 16:32:30 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 16:32:30 +1000 |
| commit | fc8859a4148ba73100c4e3cfd6729c187543ddde (patch) | |
| tree | b8f049cf4d7c61006f8d4d862ec2e700474003ad /Source/Core/VideoBackends/Software/SWRenderer.cpp | |
| parent | a9abf2838eaeac12c460dfafd0ef170c823a589a (diff) | |
| parent | 2b9389202e0d1c8451aff176233cf211feef59dd (diff) | |
Merge pull request #8249 from lioncash/rect
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWRenderer.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWRenderer.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/VideoBackends/Software/SWRenderer.cpp b/Source/Core/VideoBackends/Software/SWRenderer.cpp index e316ecae51..4d9b821f5a 100644 --- a/Source/Core/VideoBackends/Software/SWRenderer.cpp +++ b/Source/Core/VideoBackends/Software/SWRenderer.cpp @@ -9,7 +9,6 @@ #include "Common/CommonTypes.h" #include "Common/GL/GLContext.h" -#include "Core/Config/GraphicsSettings.h" #include "Core/HW/Memmap.h" #include "VideoBackends/Software/EfbCopy.h" @@ -22,9 +21,8 @@ #include "VideoCommon/AbstractTexture.h" #include "VideoCommon/BoundingBox.h" #include "VideoCommon/NativeVertexFormat.h" -#include "VideoCommon/OnScreenDisplay.h" #include "VideoCommon/VideoBackendBase.h" -#include "VideoCommon/VideoConfig.h" +#include "VideoCommon/VideoCommon.h" namespace SW { |
