From e10e42c09ead81fbef0cc58737a318e5b853dd32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 8 Aug 2017 17:43:32 +0800 Subject: [PATCH] PowerPC: Fix indirect includes for GDBStub --- Source/Core/Core/PowerPC/GDBStub.cpp | 9 +++++++-- Source/Core/Core/PowerPC/GDBStub.h | 7 ------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Source/Core/Core/PowerPC/GDBStub.cpp b/Source/Core/Core/PowerPC/GDBStub.cpp index b2e9f7b5f2..ce8c121fd9 100644 --- a/Source/Core/Core/PowerPC/GDBStub.cpp +++ b/Source/Core/Core/PowerPC/GDBStub.cpp @@ -4,8 +4,7 @@ // Originally written by Sven Peter for anergistic. -#include -#include +#include #include #include #include @@ -20,8 +19,14 @@ #include #endif +#include "Common/Logging/Log.h" +#include "Core/HW/CPU.h" +#include "Core/HW/Memmap.h" #include "Core/Host.h" #include "Core/PowerPC/GDBStub.h" +#include "Core/PowerPC/Gekko.h" +#include "Core/PowerPC/PPCCache.h" +#include "Core/PowerPC/PowerPC.h" #define GDB_BFR_MAX 10000 #define GDB_MAX_BP 10 diff --git a/Source/Core/Core/PowerPC/GDBStub.h b/Source/Core/Core/PowerPC/GDBStub.h index f9abc54043..905841f4d1 100644 --- a/Source/Core/Core/PowerPC/GDBStub.h +++ b/Source/Core/Core/PowerPC/GDBStub.h @@ -6,14 +6,7 @@ #pragma once -#include - #include "Common/CommonTypes.h" -#include "Common/Thread.h" - -#include "Core/HW/CPU.h" -#include "Core/HW/Memmap.h" -#include "Core/PowerPC/PowerPC.h" #ifdef _WIN32 #define SIGTRAP 5