diff --git a/backends/vulkan/runtime/api/Resource.h b/backends/vulkan/runtime/api/Resource.h index 81388cdcb06..247e2f1c932 100644 --- a/backends/vulkan/runtime/api/Resource.h +++ b/backends/vulkan/runtime/api/Resource.h @@ -11,8 +11,8 @@ // @lint-ignore-every CLANGTIDY facebook-hte-BadMemberName #include +#include -#include #include #include diff --git a/backends/vulkan/runtime/api/Allocator.cpp b/backends/vulkan/runtime/api/vma_api.cpp similarity index 80% rename from backends/vulkan/runtime/api/Allocator.cpp rename to backends/vulkan/runtime/api/vma_api.cpp index 3cedaa2f5af..26672339adf 100644 --- a/backends/vulkan/runtime/api/Allocator.cpp +++ b/backends/vulkan/runtime/api/vma_api.cpp @@ -7,4 +7,4 @@ */ #define VMA_IMPLEMENTATION -#include +#include diff --git a/backends/vulkan/runtime/api/Allocator.h b/backends/vulkan/runtime/api/vma_api.h similarity index 92% rename from backends/vulkan/runtime/api/Allocator.h rename to backends/vulkan/runtime/api/vma_api.h index a5a9ea02a98..34e3219d934 100644 --- a/backends/vulkan/runtime/api/Allocator.h +++ b/backends/vulkan/runtime/api/vma_api.h @@ -10,11 +10,9 @@ // // Do NOT include vk_mem_alloc.h directly. -// Always include this file (Allocator.h) instead. +// Always include this file (vma_api.h) instead. // -#include - #define VMA_VULKAN_VERSION 1000000 #ifdef USE_VULKAN_WRAPPER