radv: remove useless vk_common_entrypoints.h includes

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35359>
This commit is contained in:
Samuel Pitoiset 2025-06-04 18:08:02 +02:00 committed by Marge Bot
parent f3578973d7
commit 7d2f20b2fb
6 changed files with 0 additions and 6 deletions

View file

@ -6,7 +6,6 @@
#include "radv_device.h"
#include "radv_entrypoints.h"
#include "vk_common_entrypoints.h"
VKAPI_ATTR VkResult VKAPI_CALL
metro_exodus_GetSemaphoreCounterValue(VkDevice _device, VkSemaphore _semaphore, uint64_t *pValue)

View file

@ -7,7 +7,6 @@
#include "radv_cmd_buffer.h"
#include "radv_device.h"
#include "radv_entrypoints.h"
#include "vk_common_entrypoints.h"
#include "vk_framebuffer.h"
VKAPI_ATTR void VKAPI_CALL

View file

@ -9,7 +9,6 @@
#include "radv_device.h"
#include "radv_entrypoints.h"
#include "radv_queue.h"
#include "vk_common_entrypoints.h"
VKAPI_ATTR VkResult VKAPI_CALL
rmv_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo)

View file

@ -12,7 +12,6 @@
#include "radv_shader.h"
#include "radv_spm.h"
#include "radv_sqtt.h"
#include "vk_common_entrypoints.h"
#include "vk_semaphore.h"
#include "ac_rgp.h"

View file

@ -25,7 +25,6 @@
#include "radv_sqtt.h"
#include "sid.h"
#include "vk_command_pool.h"
#include "vk_common_entrypoints.h"
#include "vk_enum_defines.h"
#include "vk_format.h"
#include "vk_framebuffer.h"

View file

@ -63,7 +63,6 @@ typedef void *drmDevicePtr;
#include "winsys/null/radv_null_winsys_public.h"
#include "git_sha1.h"
#include "sid.h"
#include "vk_common_entrypoints.h"
#include "vk_format.h"
#include "vk_sync.h"
#include "vk_sync_dummy.h"