avutil/vulkan: Don't autoinclude vulkan_loader.h

Only include it where necessary.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2024-03-03 13:04:29 +01:00
parent a172d80703
commit e429b0fdb7
4 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,6 @@
#include "avassert.h"
#include "vulkan.h"
#include "vulkan_loader.h"
const VkComponentMapping ff_comp_identity_map = {
.r = VK_COMPONENT_SWIZZLE_IDENTITY,