From 4cd242aef349c52f75af92562a9691914e59a2c3 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 6 Jun 2021 18:40:16 -0700 Subject: [PATCH] Fix compile error with MSVC --- Runtime/MP1/CMemoryCardDriver.cpp | 1 - Runtime/MP1/CPreFrontEnd.cpp | 1 - Runtime/MP1/CQuitGameScreen.hpp | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Runtime/MP1/CMemoryCardDriver.cpp b/Runtime/MP1/CMemoryCardDriver.cpp index 8786c79ce..d132609b8 100644 --- a/Runtime/MP1/CMemoryCardDriver.cpp +++ b/Runtime/MP1/CMemoryCardDriver.cpp @@ -4,7 +4,6 @@ #include "Runtime/CCRC32.hpp" #include "Runtime/MP1/MP1.hpp" -#include "Runtime/GuiSys/CGuiFrame.hpp" namespace metaforce::MP1 { diff --git a/Runtime/MP1/CPreFrontEnd.cpp b/Runtime/MP1/CPreFrontEnd.cpp index 1eb3c48b6..3d875e53f 100644 --- a/Runtime/MP1/CPreFrontEnd.cpp +++ b/Runtime/MP1/CPreFrontEnd.cpp @@ -2,7 +2,6 @@ #include "Runtime/CResLoader.hpp" #include "Runtime/GameGlobalObjects.hpp" -#include "Runtime/GuiSys/CGuiFrame.hpp" #include "Runtime/MP1/MP1.hpp" diff --git a/Runtime/MP1/CQuitGameScreen.hpp b/Runtime/MP1/CQuitGameScreen.hpp index 7cf7deeab..666173e4b 100644 --- a/Runtime/MP1/CQuitGameScreen.hpp +++ b/Runtime/MP1/CQuitGameScreen.hpp @@ -5,10 +5,10 @@ #include "Runtime/CToken.hpp" #include "Runtime/RetroTypes.hpp" #include "Runtime/Graphics/Shaders/CColoredQuadFilter.hpp" +#include "Runtime/GuiSys/CGuiFrame.hpp" namespace metaforce { struct CFinalInput; -class CGuiFrame; class CGuiTableGroup; class CGuiTextPane; class CGuiWidget;