remove usless include

This commit is contained in:
Gregory Wells
2025-08-17 23:28:35 -04:00
parent eb11649a03
commit 2f1db4043a

View File

@@ -2,8 +2,6 @@
#include "command/command_pool/gryphn_command_pool.h"
#include "instance/gryphn_instance.h"
#include "stdio.h"
gnReturnCode gnCommandPoolAllocateCommandBuffersFromPointer(gnCommandBufferHandle* buffers, uint32_t count, gnCommandPoolHandle commandPool) {
for (uint32_t i = 0; i < count; i++) {
buffers[i] = malloc(sizeof(struct gnCommandBuffer_t));