GS: Remove Vulkan specific include from common GSDevice header

This commit is contained in:
TheLastRar
2025-11-29 17:59:20 -05:00
committed by Ty
parent eccec21ada
commit bf92ffffa3
-1
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"