treewide: Remove vulkan/runtime vulkan/util prefix in include path

This is for unify the include style of shared vulkan headers

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27526>
This commit is contained in:
Yonggang Luo
2024-02-08 23:27:26 +08:00
committed by Marge Bot
parent ea9d87bf75
commit db103c56ab
37 changed files with 47 additions and 49 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
*/
#include "vk_rmv_common.h"
#include "vulkan/runtime/vk_buffer.h"
#include "vulkan/runtime/vk_device.h"
#include "vk_buffer.h"
#include "vk_device.h"
void
vk_memory_trace_init(struct vk_device *device, const struct vk_rmv_device_info *device_info)
+1 -1
View File
@@ -30,7 +30,7 @@
#include "util/format/u_format.h"
#include "util/u_process.h"
#include "vulkan/util/vk_format.h"
#include "vk_format.h"
static int
vk_rmv_token_compare(const void *first, const void *second)