dzn: Include vulkan_core.h instead of vulkan.h in the device enum header

Prevents pulling in X11 "None" define into the DXCore implementation,
which conflicts with updated DXCore headers.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10803
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28339>
This commit is contained in:
Jesse Natalie 2024-03-22 09:15:23 -07:00 committed by Marge Bot
parent d9d6514fbc
commit 5957778c16

View file

@ -24,7 +24,7 @@
#ifndef DZN_PHYSICAL_DEVICE_ENUM_H
#define DZN_PHYSICAL_DEVICE_ENUM_H
#include <vulkan/vulkan.h>
#include <vulkan/vulkan_core.h>
#include <wsl/winadapter.h>