mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
CommandProcessor: Remove unnecessary include
Gets rid of some indirect inclusion.
This commit is contained in:
parent
1191280e76
commit
f6e3a39c0e
3 changed files with 7 additions and 5 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
// http://www.nvidia.com/object/General_FAQ.html#t6 !!!!!
|
||||
|
||||
#include "VideoCommon/PixelEngine.h"
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include "Common/ChunkFile.h"
|
||||
|
@ -15,10 +17,10 @@
|
|||
#include "Core/HW/MMIO.h"
|
||||
#include "Core/HW/ProcessorInterface.h"
|
||||
#include "VideoCommon/BoundingBox.h"
|
||||
#include "VideoCommon/CommandProcessor.h"
|
||||
#include "VideoCommon/Fifo.h"
|
||||
#include "VideoCommon/PixelEngine.h"
|
||||
#include "VideoCommon/PerfQueryBase.h"
|
||||
#include "VideoCommon/PixelShaderManager.h"
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
|
||||
namespace PixelEngine
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue