From 638d860ba1148ff62ca6ac9d65650b5ae4f21ae7 Mon Sep 17 00:00:00 2001 From: Breno Cunha Queiroz Date: Wed, 27 Dec 2023 19:41:55 +0100 Subject: [PATCH] Fix: Vulkan compilation error --- src/atta/graphics/mesh.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/atta/graphics/mesh.h b/src/atta/graphics/mesh.h index 715f7335..e8c32fb5 100644 --- a/src/atta/graphics/mesh.h +++ b/src/atta/graphics/mesh.h @@ -7,10 +7,6 @@ #ifndef ATTA_GRAPHICS_MESH_H #define ATTA_GRAPHICS_MESH_H -#include -#include -#include - namespace atta::graphics { class Mesh {