From 70d4d973f9cd2625c2c1985bac773692e0226644 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 31 Dec 2013 14:00:06 -0500 Subject: [PATCH] TAP_Win32: Remove unnecessary Memmap.h include --- Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp b/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp index dd7ad20d5b..c547038c88 100644 --- a/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp +++ b/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp @@ -3,7 +3,6 @@ // Refer to the license.txt file included. #include "StringUtil.h" -#include "../Memmap.h" // GROSS CODE ALERT: headers need to be included in the following order #include "TAP_Win32.h" #include "../EXI_Device.h"