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
|
#pragma once
|
||||||
|
|
||||||
#include "vulkan/vulkan.h"
|
#include "vulkan.h"
|
||||||
#include <vulkan/vk_ext_debug_report.h>
|
#include "vk_ext_debug_report.h"
|
||||||
#include "vulkan/vk_lunarg_debug_marker.h"
|
#include "vk_lunarg_debug_marker.h"
|
||||||
#if defined(__GNUC__) && __GNUC__ >= 4
|
#if defined(__GNUC__) && __GNUC__ >= 4
|
||||||
#define VK_LAYER_EXPORT __attribute__((visibility("default")))
|
#define VK_LAYER_EXPORT __attribute__((visibility("default")))
|
||||||
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
|
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user