From 455a20d8521cc9532ba3495a7bf5c5a9aab46220 Mon Sep 17 00:00:00 2001 From: Pseudonym Date: Fri, 18 Jul 2014 21:54:46 +0100 Subject: [PATCH] Removed unnecessary #include after pull request #154. --- pcsx2/DebugTools/DebugInterface.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pcsx2/DebugTools/DebugInterface.cpp b/pcsx2/DebugTools/DebugInterface.cpp index 2f36d97e88..8ff13655a1 100644 --- a/pcsx2/DebugTools/DebugInterface.cpp +++ b/pcsx2/DebugTools/DebugInterface.cpp @@ -27,10 +27,6 @@ #include "../IopMem.h" #include "SymbolMap.h" -#ifdef _WIN32 -#include -#endif - extern AppCoreThread CoreThread; R5900DebugInterface r5900Debug;