summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-09-24 05:16:52 -0400
committerLioncash <mathew1800@gmail.com>2016-09-24 05:28:00 -0400
commitc9ef042b2d5dfed40829cb6af39ad0441820e405 (patch)
treeb8764b493dcfad7da82a16457d619439963a80e2 /Source/Core/VideoBackends/Software/SWmain.cpp
parent58d0e223547dd111d3e8975ad6ff7f1988fbddfe (diff)
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 ab1910fd1e..47c5b43556 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"