[Project64] Remove windows.h from x86CodeLog.cpp
This commit is contained in:
parent
ae266729af
commit
9bcacfb8c3
|
@ -11,7 +11,6 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "x86CodeLog.h"
|
#include "x86CodeLog.h"
|
||||||
#include <Common/path.h>
|
#include <Common/path.h>
|
||||||
#include <Windows.h>
|
|
||||||
|
|
||||||
static CLog * g_CPULogFile = NULL;
|
static CLog * g_CPULogFile = NULL;
|
||||||
bool bX86Logging = false;
|
bool bX86Logging = false;
|
||||||
|
|
Loading…
Reference in New Issue