diff --git a/Source/Core/Core/PowerPC/Jit64/Jit.h b/Source/Core/Core/PowerPC/Jit64/Jit.h index a2ec9f2a66..6b919d1cd3 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit.h +++ b/Source/Core/Core/PowerPC/Jit64/Jit.h @@ -18,10 +18,6 @@ // ---------- #pragma once -#ifdef _WIN32 -#include -#endif - #include "Common/x64ABI.h" #include "Common/x64Analyzer.h" #include "Common/x64Emitter.h"