summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWTexture.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-06-18 23:28:28 -0400
committerLioncash <mathew1800@gmail.com>2017-06-18 23:29:22 -0400
commit07cddf6f7fe7399be9c3ba279726afcb2b052d63 (patch)
tree0f934ea41b28d2e5600bf40c38fa774b62faa182 /Source/Core/VideoBackends/Software/SWTexture.h
parent4c2b0780173f2a7b29510cd9cd63e55c3eb7df6f (diff)
AbstractTexture: Add missing includes (and remove unnecessary ones)
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWTexture.h')
-rw-r--r--Source/Core/VideoBackends/Software/SWTexture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWTexture.h b/Source/Core/VideoBackends/Software/SWTexture.h
index 8737792cc0..4d6189bb4f 100644
--- a/Source/Core/VideoBackends/Software/SWTexture.h
+++ b/Source/Core/VideoBackends/Software/SWTexture.h
@@ -7,7 +7,6 @@
#include "Common/CommonTypes.h"
#include "VideoCommon/AbstractTexture.h"
-#include "VideoCommon/VideoCommon.h"
namespace SW
{