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:
parent
7fa14169e9
commit
f80f875e27
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue