From a97a1d4d1602feaba0a1000fccd668f1784ee630 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 24 Aug 2025 14:15:27 +1000 Subject: [PATCH] remove unused import --- vulkan.d | 1 - 1 file changed, 1 deletion(-) diff --git a/vulkan.d b/vulkan.d index 1f7fb53..f99ee9c 100644 --- a/vulkan.d +++ b/vulkan.d @@ -7,7 +7,6 @@ import core.stdc.string : strcmp, memcpy; import core.stdc.stdio : Printf = printf; import std.format : sformat; import std.math.rounding : Ceil = ceil; -import vulkan_shader; debug {