mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #5022 from lioncash/header
BTStub: Get rid of an unnecessary forward declaration in the cpp file
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user