mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-10 13:12:41 +00:00
VideoCommon: Header cleanup
Also remedies places where the video backends and core rely on things being indirectly included.
This commit is contained in:
parent
87464d432b
commit
d9fec92628
98 changed files with 202 additions and 172 deletions
Source/Core/VideoCommon
|
@ -13,9 +13,8 @@
|
|||
// when they are called. The reason is that the vertex format affects the sizes of the vertices.
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/CPUDetect.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/Host.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Core/FifoPlayer/FifoRecorder.h"
|
||||
#include "Core/HW/Memmap.h"
|
||||
#include "VideoCommon/BPMemory.h"
|
||||
|
@ -24,11 +23,9 @@
|
|||
#include "VideoCommon/DataReader.h"
|
||||
#include "VideoCommon/Fifo.h"
|
||||
#include "VideoCommon/OpcodeDecoding.h"
|
||||
#include "VideoCommon/PixelEngine.h"
|
||||
#include "VideoCommon/Statistics.h"
|
||||
#include "VideoCommon/VertexLoaderManager.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "VideoCommon/XFMemory.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue