mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 16:30:12 +00: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:
commit
029ff4d9e5
1 changed files with 1 additions and 5 deletions
|
@ -6,11 +6,7 @@
|
||||||
|
|
||||||
#include "Common/ChunkFile.h"
|
#include "Common/ChunkFile.h"
|
||||||
#include "Common/MsgHandler.h"
|
#include "Common/MsgHandler.h"
|
||||||
|
#include "Core/Core.h"
|
||||||
namespace Core
|
|
||||||
{
|
|
||||||
void DisplayMessage(const std::string& message, int time_in_ms);
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace IOS
|
namespace IOS
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue