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) {