mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
f3578973d7
commit
7d2f20b2fb
6 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue