Merge pull request #1646 from lioncash/header

Jit: Remove unnecessary include
This commit is contained in:
Lioncash 2014-12-03 20:12:01 -05:00
commit 692f4496ba
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@
// ----------
#pragma once
#ifdef _WIN32
#include <winnt.h>
#endif
#include "Common/x64ABI.h"
#include "Common/x64Analyzer.h"
#include "Common/x64Emitter.h"