aboutsummaryrefslogtreecommitdiff
path: root/src/vulkan/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/device.h')
-rw-r--r--src/vulkan/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/device.h b/src/vulkan/device.h
index 3a0e833..5585474 100644
--- a/src/vulkan/device.h
+++ b/src/vulkan/device.h
@@ -28,7 +28,7 @@ namespace amber {
namespace vulkan {
struct VulkanPtrs {
-#include "src/vk-wrappers.h"
+#include "vk-wrappers.h" // NOLINT(build/include)
};
class Device {