JitInterface: Convert includes into forward declarations where applicable

This commit is contained in:
Lioncash
2017-03-02 12:15:02 -05:00
parent 3390e6f258
commit c6200a5b07
15 changed files with 38 additions and 23 deletions

View File

@ -5,10 +5,13 @@
#pragma once
#include <string>
#include "Common/ChunkFile.h"
#include "Common/CommonTypes.h"
#include "Core/MachineContext.h"
#include "Core/PowerPC/CPUCoreBase.h"
#include "Core/PowerPC/Profiler.h"
class CPUCoreBase;
class PointerWrap;
struct ProfileStats;
namespace JitInterface
{