Merge pull request #4786 from lioncash/fwd

IOS STM: Get rid of forward declarations in the cpp file
This commit is contained in:
Matthew Parlane 2017-01-30 22:20:58 +13:00 committed by GitHub
commit 1603191145
1 changed files with 1 additions and 6 deletions

View File

@ -10,14 +10,9 @@
#include "Common/Assert.h"
#include "Common/ChunkFile.h"
#include "Common/Logging/Log.h"
#include "Core/Core.h"
#include "Core/HW/Memmap.h"
namespace Core
{
void QueueHostJob(std::function<void()> job, bool run_during_stop);
void Stop();
}
namespace IOS
{
namespace HLE