Convert some more header inclusions into forward declarations

This commit is contained in:
Lioncash
2014-07-29 20:55:07 -04:00
parent c0e8d9879a
commit 522a5c35ad
22 changed files with 33 additions and 21 deletions

View File

@ -4,10 +4,11 @@
#pragma once
#include "Common/ChunkFile.h"
#include "Common/Common.h"
#include "VideoBackends/Software/NativeVertexFormat.h"
class PointerWrap;
class SetupUnit
{
u8 m_PrimType;