mirror of
https://gitee.com/openharmony/third_party_vulkan-headers
synced 2024-11-30 03:10:54 +00:00
include: Use single-quote no paths when including sibling headers
This commit is contained in:
parent
0eefd1492e
commit
096f4e1df9
@ -33,9 +33,9 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "vulkan/vulkan.h"
|
||||
#include <vulkan/vk_ext_debug_report.h>
|
||||
#include "vulkan/vk_lunarg_debug_marker.h"
|
||||
#include "vulkan.h"
|
||||
#include "vk_ext_debug_report.h"
|
||||
#include "vk_lunarg_debug_marker.h"
|
||||
#if defined(__GNUC__) && __GNUC__ >= 4
|
||||
#define VK_LAYER_EXPORT __attribute__((visibility("default")))
|
||||
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
|
||||
|
Loading…
Reference in New Issue
Block a user