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

@ -9,9 +9,8 @@
#include "Common/CommonTypes.h"
#include "Common/FileUtil.h"
#include "Common/StringUtil.h"
#include "Core/Host.h"
#include "Core/HW/Memmap.h"
#include "Common/Logging/Log.h"
#include "Core/ConfigManager.h"
#include "Core/PowerPC/PowerPC.h"
#include "Core/PowerPC/PPCAnalyst.h"
#include "Core/PowerPC/PPCSymbolDB.h"