summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/vulkan')
-rw-r--r--tools/gfx/vulkan/vk-swap-chain.h2
-rw-r--r--tools/gfx/vulkan/vk-util.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/vulkan/vk-swap-chain.h b/tools/gfx/vulkan/vk-swap-chain.h
index 893910ea6..e5162d63b 100644
--- a/tools/gfx/vulkan/vk-swap-chain.h
+++ b/tools/gfx/vulkan/vk-swap-chain.h
@@ -4,7 +4,7 @@
#include "vk-api.h"
#include "vk-device-queue.h"
-#include "../render.h"
+#include "slang-gfx.h"
#include "core/slang-list.h"
diff --git a/tools/gfx/vulkan/vk-util.h b/tools/gfx/vulkan/vk-util.h
index c8194789d..723c3fde5 100644
--- a/tools/gfx/vulkan/vk-util.h
+++ b/tools/gfx/vulkan/vk-util.h
@@ -2,7 +2,7 @@
#pragma once
#include "vk-api.h"
-#include "../render.h"
+#include "slang-gfx.h"
// Macros to make testing vulkan return codes simpler