From bf92ffffa36c8368e9d795e1af314e4e2ebb7c90 Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Thu, 27 Nov 2025 20:14:30 +0000 Subject: [PATCH] GS: Remove Vulkan specific include from common GSDevice header --- pcsx2/GS/Renderers/Common/GSDevice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/GS/Renderers/Common/GSDevice.h b/pcsx2/GS/Renderers/Common/GSDevice.h index 0ca09becd6..7513dd313e 100644 --- a/pcsx2/GS/Renderers/Common/GSDevice.h +++ b/pcsx2/GS/Renderers/Common/GSDevice.h @@ -8,7 +8,6 @@ #include "GS/GS.h" #include "GS/Renderers/Common/GSFastList.h" #include "GS/Renderers/Common/GSTexture.h" -#include "GS/Renderers/Vulkan/GSTextureVK.h" #include "GS/Renderers/Common/GSVertex.h" #include "GS/GSAlignedClass.h" #include "GS/GSExtra.h"