summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorshuffle2 <godisgovernment@gmail.com>2016-10-02 20:31:35 -0700
committerGitHub <noreply@github.com>2016-10-02 20:31:35 -0700
commit17aef319e868ff04356826722f5f35a7a1f386ae (patch)
tree09fb4a85e01512b5b0cccdc53f1364562c9f576b /Source/Core/VideoBackends/Software/SWmain.cpp
parent5e8bc4aa1dca15942a86616c33fd940344ae79bd (diff)
parentc9ef042b2d5dfed40829cb6af39ad0441820e405 (diff)
Merge pull request #4240 from lioncash/include
Software: Clean out unnecessary includes/fwd decls
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index ebac32de3a..3df4afd57c 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -19,7 +19,6 @@
#include "VideoCommon/FramebufferManagerBase.h"
#include "VideoCommon/OnScreenDisplay.h"
-#include "VideoCommon/PixelEngine.h"
#include "VideoCommon/TextureCacheBase.h"
#include "VideoCommon/VideoCommon.h"
#include "VideoCommon/VideoConfig.h"