From 8ade8f28a80720bbb119fbc276ee3330fff67836 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Tue, 2 Apr 2024 17:59:41 +0200 Subject: [PATCH] radv: remove pre-declarations needed for WSI entrypoints Probably a very old thing. Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/vulkan/radv_private.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 950ca6d5b6a..972f6270b01 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -89,13 +89,6 @@ #include "radix_sort/radix_sort_vk_devaddr.h" -/* Pre-declarations needed for WSI entrypoints */ -struct wl_surface; -struct wl_display; -typedef struct xcb_connection_t xcb_connection_t; -typedef uint32_t xcb_visualid_t; -typedef uint32_t xcb_window_t; - #include #include #include