--- a/src/mesh.c Sat May 03 13:49:24 2025 +0200 +++ b/src/mesh.c Sat May 03 14:30:56 2025 +0200 @@ -25,11 +25,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "ascension/error.h" #include "ascension/mesh.h" -#include "ascension/context.h" #include <GL/glew.h> -#include <assert.h> void asc_mesh_allocate_buffers(AscMesh *mesh, unsigned count) { asc_dprintf("Allocate mesh buffers for %u meshes.", count);