diff options
| author | flacs <tilkax@gmail.com> | 2015-09-24 09:27:32 +0200 |
|---|---|---|
| committer | flacs <tilkax@gmail.com> | 2015-09-24 09:27:32 +0200 |
| commit | c749637f2addeedd696c680bef490be8cee8d503 (patch) | |
| tree | 4d35d8dab8e6010429fee6c39a338b27bc0324e5 /Source/Core | |
| parent | 6eb0c2552d10ad369221f57608007e6d475dddcb (diff) | |
| parent | d694994874204617274b9b9067936137688289f6 (diff) | |
Merge pull request #3088 from lioncash/header
BoundingBox: Remove unnecessary headers
Diffstat (limited to 'Source/Core')
| -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 { |
