diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-09-24 05:16:52 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-09-24 05:28:00 -0400 |
| commit | c9ef042b2d5dfed40829cb6af39ad0441820e405 (patch) | |
| tree | b8764b493dcfad7da82a16457d619439963a80e2 /Source/Core/VideoBackends/Software/Clipper.cpp | |
| parent | 58d0e223547dd111d3e8975ad6ff7f1988fbddfe (diff) | |
Software: Clean out unnecessary includes/fwd decls
Diffstat (limited to 'Source/Core/VideoBackends/Software/Clipper.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/Clipper.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/Clipper.cpp b/Source/Core/VideoBackends/Software/Clipper.cpp index 8917eeedb9..764247bdaf 100644 --- a/Source/Core/VideoBackends/Software/Clipper.cpp +++ b/Source/Core/VideoBackends/Software/Clipper.cpp @@ -36,7 +36,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "VideoBackends/Software/Clipper.h" -#include "Common/ChunkFile.h" + +#include "Common/Assert.h" + #include "VideoBackends/Software/NativeVertexFormat.h" #include "VideoBackends/Software/Rasterizer.h" |
