mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-13 21:29:40 +00:00
Remove unnecessary ifdef
This commit is contained in:
parent
980de339ce
commit
20873f2985
@ -15,10 +15,7 @@
|
||||
// Official git repository and contact information can be found at
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
// std::bind fix for VS2012
|
||||
#if defined(_WIN32) && _MSC_VER == 1700
|
||||
#include "../native/base/basictypes.h"
|
||||
#endif
|
||||
#include "base/basictypes.h"
|
||||
|
||||
#include "Common/ThreadPools.h"
|
||||
#include "Core/MemMap.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user