Interpreter: Remove unnecessary includes from Interpreter.h

Previously the JIT code relied on indirect inclusion from this header,
this gets rid of that.
This commit is contained in:
Lioncash
2016-01-10 04:04:28 -05:00
parent ff0e1c3624
commit d9a16f7c9c
21 changed files with 62 additions and 42 deletions

View File

@ -2,9 +2,11 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "Common/Common.h"
#include "Common/CommonTypes.h"
#include "Core/ConfigManager.h"
#include "Core/HLE/HLE.h"
#include "Core/PowerPC/CachedInterpreter.h"
#include "Core/PowerPC/PowerPC.h"
void CachedInterpreter::Init()
{