From 928514ff1e8fe737b5824b4141cf5630fabf610e Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 3 Mar 2025 11:59:58 -0500 Subject: [PATCH] SIO: Remove a debugging include I somehow missed --- pcsx2/SIO/Sio.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/SIO/Sio.cpp b/pcsx2/SIO/Sio.cpp index e7c92faea8..dad79a5c90 100644 --- a/pcsx2/SIO/Sio.cpp +++ b/pcsx2/SIO/Sio.cpp @@ -156,7 +156,6 @@ void MemcardBusy::ClearBusy() sioLastFrameMcdBusy = 0; } -#include "common/Console.h" void MemcardBusy::CheckSaveStateDependency() { if (g_FrameCount - sioLastFrameMcdBusy > NUM_FRAMES_BEFORE_SAVESTATE_DEPENDENCY_WARNING)