diff --git a/backends/vulkan/runtime/api/utils/VecUtils.h b/backends/vulkan/runtime/api/utils/VecUtils.h index 7bbd0ba61ec..4030261f88f 100644 --- a/backends/vulkan/runtime/api/utils/VecUtils.h +++ b/backends/vulkan/runtime/api/utils/VecUtils.h @@ -8,15 +8,15 @@ #pragma once +#include + +#include + #include #include #include #include -#include - -#include - namespace vkcompute { namespace utils { diff --git a/backends/vulkan/runtime/api/vk_api/QueryPool.h b/backends/vulkan/runtime/api/vk_api/QueryPool.h index 9ad680cadf2..b70af7ab494 100644 --- a/backends/vulkan/runtime/api/vk_api/QueryPool.h +++ b/backends/vulkan/runtime/api/vk_api/QueryPool.h @@ -10,15 +10,15 @@ // @lint-ignore-every CLANGTIDY facebook-hte-BadMemberName -#include -#include - #include #include #include #include +#include +#include + #ifndef VULKAN_QUERY_POOL_SIZE #define VULKAN_QUERY_POOL_SIZE 4096u #endif diff --git a/backends/vulkan/runtime/api/vk_api/Runtime.cpp b/backends/vulkan/runtime/api/vk_api/Runtime.cpp index 5ac788c1433..bc0ee1e16af 100644 --- a/backends/vulkan/runtime/api/vk_api/Runtime.cpp +++ b/backends/vulkan/runtime/api/vk_api/Runtime.cpp @@ -6,13 +6,14 @@ * LICENSE file in the root directory of this source tree. */ +#include + +#include + #include #include #include -#include -#include - namespace vkcompute { namespace vkapi { diff --git a/backends/vulkan/runtime/api/vk_api/Runtime.h b/backends/vulkan/runtime/api/vk_api/Runtime.h index 15e8aca8100..a104f4ba814 100644 --- a/backends/vulkan/runtime/api/vk_api/Runtime.h +++ b/backends/vulkan/runtime/api/vk_api/Runtime.h @@ -10,13 +10,13 @@ // @lint-ignore-every CLANGTIDY facebook-hte-BadMemberName -#include -#include - #include #include +#include +#include + namespace vkcompute { namespace vkapi { diff --git a/backends/vulkan/runtime/api/vk_api/Shader.cpp b/backends/vulkan/runtime/api/vk_api/Shader.cpp index 87bf5eca520..6f6d7642934 100644 --- a/backends/vulkan/runtime/api/vk_api/Shader.cpp +++ b/backends/vulkan/runtime/api/vk_api/Shader.cpp @@ -6,10 +6,10 @@ * LICENSE file in the root directory of this source tree. */ -#include - #include +#include + namespace vkcompute { namespace vkapi { diff --git a/backends/vulkan/runtime/api/vk_api/Types.h b/backends/vulkan/runtime/api/vk_api/Types.h index ae52ddfd25c..3f94a634f4c 100644 --- a/backends/vulkan/runtime/api/vk_api/Types.h +++ b/backends/vulkan/runtime/api/vk_api/Types.h @@ -10,13 +10,13 @@ // @lint-ignore-every CLANGTIDY bugprone-branch-clone -#include -#include - #include #include +#include +#include + #ifdef USE_VULKAN_FP16_INFERENCE #define VK_FORMAT_FLOAT4 VK_FORMAT_R16G16B16A16_SFLOAT #else