From 6ef427d3b9877395e07f0618ada16d81c95ce974 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Tue, 10 Jan 2023 12:29:17 -0700 Subject: build: Update vulkan headers - Vulkan::Registry was removed - vk_sdk_platform.h is deprecated NOTE: Need to update loader due to shared dependency. --- cube/cube.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cube/cube.cpp') diff --git a/cube/cube.cpp b/cube/cube.cpp index 95dd5dc6..cf5822f9 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -41,7 +41,6 @@ #define VULKAN_HPP_NO_EXCEPTIONS #define VULKAN_HPP_TYPESAFE_CONVERSION #include -#include #include "linmath.h" -- cgit v1.2.3