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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user