mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #3088 from lioncash/header
BoundingBox: Remove unnecessary headers
This commit is contained in:
commit
c749637f2a
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue