BTStub: Get rid of an unnecessary forward declaration in the cpp file

This should be using the header file in order to find the function name.
This commit is contained in:
Lioncash 2017-03-05 09:50:27 -05:00
parent 7fa14169e9
commit f80f875e27

View file

@ -6,11 +6,7 @@
#include "Common/ChunkFile.h"
#include "Common/MsgHandler.h"
namespace Core
{
void DisplayMessage(const std::string& message, int time_in_ms);
}
#include "Core/Core.h"
namespace IOS
{