mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Jit: Remove unnecessary include
This commit is contained in:
parent
241c94d337
commit
c715a4f8ef
1 changed files with 0 additions and 4 deletions
|
@ -18,10 +18,6 @@
|
||||||
// ----------
|
// ----------
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include <winnt.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "Common/x64ABI.h"
|
#include "Common/x64ABI.h"
|
||||||
#include "Common/x64Analyzer.h"
|
#include "Common/x64Analyzer.h"
|
||||||
#include "Common/x64Emitter.h"
|
#include "Common/x64Emitter.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue