From 64b1a4d308b5c57a58d5a3d02cd77cbbe714c0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 2 Apr 2017 12:12:09 +0200 Subject: [PATCH] IOS/IPC: Remove unneeded forward declaration CoreTiming.h is already included. --- Source/Core/Core/IOS/IPC.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Core/Core/IOS/IPC.cpp b/Source/Core/Core/IOS/IPC.cpp index 5345387bc6..34af6588fb 100644 --- a/Source/Core/Core/IOS/IPC.cpp +++ b/Source/Core/Core/IOS/IPC.cpp @@ -66,11 +66,6 @@ #include "Core/PowerPC/PowerPC.h" #include "DiscIO/NANDContentLoader.h" -namespace CoreTiming -{ -struct EventType; -} // namespace CoreTiming - namespace IOS { namespace HLE