mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoCommon: Convert some DataReader includes into forward declarations
Gets rid of some indirect inclusions in cpp files. Also this will reduce the amount of rebuilt files if changes occur in the DataReader header.
This commit is contained in:
parent
31523b7e80
commit
1df1ba55bb
11 changed files with 15 additions and 8 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
#include "Common/CommonFuncs.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoCommon/DataReader.h"
|
||||
|
||||
class DataReader;
|
||||
class NativeVertexFormat;
|
||||
class PointerWrap;
|
||||
struct PortableVertexDeclaration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue