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 <vulkan/vk_sdk_platform.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
This commit is contained in:
Jan Beich 2023-01-27 23:11:15 +00:00 committed by Megamouse
parent 7c4734c24d
commit 3196ada481

View File

@ -14,7 +14,6 @@
#endif
#include <vulkan/vulkan.h>
#include <vulkan/vk_sdk_platform.h>
#ifdef _MSC_VER
#pragma warning(pop)