From d12293918304ea0911e855afc7f4e2f6feeaf190 Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Sat, 5 Jul 2025 20:03:45 +0100 Subject: [PATCH] UnitTests: Don't include ImGuiAnimated in stubs This defines no Host functions --- tests/ctest/core/StubHost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ctest/core/StubHost.cpp b/tests/ctest/core/StubHost.cpp index c46507e450..9d30641bbd 100644 --- a/tests/ctest/core/StubHost.cpp +++ b/tests/ctest/core/StubHost.cpp @@ -6,7 +6,6 @@ #include "pcsx2/GameList.h" #include "pcsx2/Host.h" #include "pcsx2/ImGui/FullscreenUI.h" -#include "pcsx2/ImGui/ImGuiAnimated.h" #include "pcsx2/ImGui/ImGuiFullscreen.h" #include "pcsx2/ImGui/ImGuiManager.h" #include "pcsx2/Input/InputManager.h"