diff options
Diffstat (limited to 'Source/Core/VideoCommon/BoundingBox.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BoundingBox.cpp | 10 |
1 files 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 { |
