[Project64] Remove windows.h from x86CodeLog.cpp

This commit is contained in:
zilmar 2016-04-20 07:57:43 +10:00
parent ae266729af
commit 9bcacfb8c3
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
#include "stdafx.h"
#include "x86CodeLog.h"
#include <Common/path.h>
#include <Windows.h>
static CLog * g_CPULogFile = NULL;
bool bX86Logging = false;