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 <direct.h>
-#endif
-
 
 
 extern std::string HLE_IPC_BuildFilename(const char* _pFilename, int _size);