From d694994874204617274b9b9067936137688289f6 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 24 Sep 2015 03:19:43 -0400 Subject: [PATCH] BoundingBox: Remove unnecessary headers --- Source/Core/VideoCommon/BoundingBox.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Source/Core/VideoCommon/BoundingBox.cpp b/Source/Core/VideoCommon/BoundingBox.cpp index f1bf5d066e..9336a6a671 100644 --- a/Source/Core/VideoCommon/BoundingBox.cpp +++ b/Source/Core/VideoCommon/BoundingBox.cpp @@ -2,15 +2,9 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. - - -#include "VideoBackends/Software/Clipper.h" -#include "VideoBackends/Software/Rasterizer.h" -#include "VideoBackends/Software/SetupUnit.h" -#include "VideoBackends/Software/TransformUnit.h" +#include "Common/ChunkFile.h" +#include "Common/CommonTypes.h" #include "VideoCommon/BoundingBox.h" -#include "VideoCommon/PixelShaderManager.h" - namespace BoundingBox {