X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fintel%2Fvulkan%2Fanv_wsi_wayland.c;h=26383f42387ea28af0b5dadc995b180fe8a0ff8c;hb=9b8347c98842621a621746ec5718c95d297876c9;hp=293838a6af4b71457ac6824144eb4f279b785cbe;hpb=971523410fd2235e13c617b6a1569f70486258d7;p=mesa.git diff --git a/src/intel/vulkan/anv_wsi_wayland.c b/src/intel/vulkan/anv_wsi_wayland.c index 293838a6af4..26383f42387 100644 --- a/src/intel/vulkan/anv_wsi_wayland.c +++ b/src/intel/vulkan/anv_wsi_wayland.c @@ -21,14 +21,8 @@ * IN THE SOFTWARE. */ -#include -#include - -#include "vk_format_info.h" -#include - -#include "anv_private.h" #include "wsi_common_wayland.h" +#include "anv_private.h" VkBool32 anv_GetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalDevice physicalDevice, @@ -55,5 +49,5 @@ VkResult anv_CreateWaylandSurfaceKHR( else alloc = &instance->alloc; - return anv_create_wl_surface(alloc, pCreateInfo, pSurface); + return wsi_create_wl_surface(alloc, pCreateInfo, pSurface); }