GS: Remove Vulkan specific include from common GSDevice header

This commit is contained in:
TheLastRar
2025-11-27 20:14:30 +00:00
committed by Ty
parent eccec21ada
commit bf92ffffa3

View File

@@ -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"