From a62d0aea52df81648b9d429ffd5b3e8ef190ed52 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 27 Nov 2024 21:59:02 -0600 Subject: render: centralize the type definitions Centralize the type definitions for the Vulkan renderer. This removes the possibility for cyclic dependencies in the include paths. Signed-off-by: Danny Holman --- render/vulkan/swapchain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/vulkan/swapchain.c') diff --git a/render/vulkan/swapchain.c b/render/vulkan/swapchain.c index c6cea29..7d655a3 100644 --- a/render/vulkan/swapchain.c +++ b/render/vulkan/swapchain.c @@ -1,6 +1,7 @@ #include "swapchain.h" -#include "vkassert.h" #include "image.h" +#include "device.h" +#include "vkassert.h" #include #include #include -- cgit v1.2.3