From 277670a5a5da6f700fd980013379653aed0f37b0 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Sat, 1 Nov 2008 18:27:50 +0000 Subject: [PATCH] Removed unused Windows-specific #include. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1038 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp index e211243b6e..a357892ca8 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp @@ -22,10 +22,6 @@ #include "WII_IPC_HLE_Device_fs.h" -#ifdef _WIN32 -#include -#endif - extern std::string HLE_IPC_BuildFilename(const char* _pFilename, int _size);