[Project64] Remove windows.h from MemoryVirtualMem.cpp

This commit is contained in:
zilmar 2016-04-18 05:07:30 +10:00
parent 7fec071afc
commit 1daa43a6d8
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@
#include <stdio.h>
#include <Common/MemoryManagement.h>
#ifdef _WIN32
#include <Windows.h>
#else
#include <sys/time.h>
#endif
uint32_t RegModValue;
uint8_t * CMipsMemoryVM::m_Reserve1 = NULL;