From 3df5f4f16158313ec1a8279093d51603a5017901 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 b126e4b730fa..f6383c78c1d2 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)