From a4bcb55f5a564f6e573d979248eb482f8e533232 Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Tue, 6 May 2025 20:24:16 -0400 Subject: [PATCH] fix a warning --- rendering_api/vulkan/src/textures/vulkan_texture.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rendering_api/vulkan/src/textures/vulkan_texture.cpp b/rendering_api/vulkan/src/textures/vulkan_texture.cpp index 6eba8b8..a873456 100644 --- a/rendering_api/vulkan/src/textures/vulkan_texture.cpp +++ b/rendering_api/vulkan/src/textures/vulkan_texture.cpp @@ -3,7 +3,6 @@ #include "vulkan_texture.h" #include "core/textures/gryphn_texture.h" #include "../output_device/vulkan_output_devices.h" -#include "../commands/vulkan_command_buffer.h" #include "../vertex_buffers/vulkan_buffers.h" void vulkanTexture(gnTexture* texture) {