From f80f875e27bef88e7c9e81f9d906e7bfcd014f63 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 5 Mar 2017 09:50:27 -0500 Subject: [PATCH] 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. --- Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp b/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp index 9a38d96a4a..eb449bfdd8 100644 --- a/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp +++ b/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp @@ -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 {