From 5e5a56bd9b57ba75d63f47658eabdb00deb12d29 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 8 Apr 2018 21:34:12 -0400 Subject: [PATCH] PPCAnalyst: Remove unnecessary includes from header --- Source/Core/Core/PowerPC/PPCAnalyst.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.h b/Source/Core/Core/PowerPC/PPCAnalyst.h index 55e0045938..c625e80097 100644 --- a/Source/Core/Core/PowerPC/PPCAnalyst.h +++ b/Source/Core/Core/PowerPC/PPCAnalyst.h @@ -5,11 +5,7 @@ #pragma once #include -#include -#include #include -#include -#include #include "Common/BitSet.h" #include "Common/CommonTypes.h"