From c715a4f8efeedbbef63e8e276efd9d28a623f7cf Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Wed, 3 Dec 2014 17:30:57 -0500
Subject: [PATCH] Jit: Remove unnecessary include

---
 Source/Core/Core/PowerPC/Jit64/Jit.h | 4 ----
 1 file changed, 4 deletions(-)

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 <winnt.h>
-#endif
-
 #include "Common/x64ABI.h"
 #include "Common/x64Analyzer.h"
 #include "Common/x64Emitter.h"