From 6c07160503fbc9effe00fa297d14332e8a67ca03 Mon Sep 17 00:00:00 2001 From: KamFretoZ <14798312+kamfretoz@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:44:02 +0700 Subject: [PATCH] OSD: Cleanup Unused Headers --- pcsx2/ImGui/ImGuiOverlays.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pcsx2/ImGui/ImGuiOverlays.cpp b/pcsx2/ImGui/ImGuiOverlays.cpp index 585221fc09..71a89fd98c 100644 --- a/pcsx2/ImGui/ImGuiOverlays.cpp +++ b/pcsx2/ImGui/ImGuiOverlays.cpp @@ -4,7 +4,6 @@ #include "BuildVersion.h" #include "Config.h" #include "Counters.h" -#include "GS.h" #include "GS/GS.h" #include "GS/GSCapture.h" #include "GS/GSVector.h" @@ -32,7 +31,6 @@ #include "common/Error.h" #include "common/FileSystem.h" #include "common/Path.h" -#include "common/StringUtil.h" #include "common/Timer.h" #include "fmt/chrono.h" @@ -40,14 +38,10 @@ #include "imgui.h" #include -#include #include -#include #include -#include #include #include -#include InputRecordingUI::InputRecordingData g_InputRecordingData;