intel/tools: Disassemble WAIT's argument as a destination
[mesa.git] / src / intel / vulkan / anv_wsi_wayland.c
index 293838a6af4b71457ac6824144eb4f279b785cbe..26383f42387ea28af0b5dadc995b180fe8a0ff8c 100644 (file)
  * IN THE SOFTWARE.
  */
 
-#include <wayland-client.h>
-#include <wayland-drm-client-protocol.h>
-
-#include "vk_format_info.h"
-#include <util/hash_table.h>
-
-#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);
 }