From 3196ada48151e25dc38ab07d9cbd64e08f4f78e8 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 27 Jan 2023 23:11:15 +0000 Subject: [PATCH] vk: Drop deprecated (239) and removed (240) header In file included from rpcs3/Emu/System.cpp:55: rpcs3/Emu/RSX/VK/VulkanAPI.h:17:10: fatal error: 'vulkan/vk_sdk_platform.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- rpcs3/Emu/RSX/VK/VulkanAPI.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Emu/RSX/VK/VulkanAPI.h b/rpcs3/Emu/RSX/VK/VulkanAPI.h index b126e4b730..f6383c78c1 100644 --- a/rpcs3/Emu/RSX/VK/VulkanAPI.h +++ b/rpcs3/Emu/RSX/VK/VulkanAPI.h @@ -14,7 +14,6 @@ #endif #include -#include #ifdef _MSC_VER #pragma warning(pop)