From b77024de4351bcddee5c4781aa9fc031131f293b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Feb 2021 14:06:29 +0000 Subject: Pass linters --- gfx/models/mesh.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gfx/models/mesh.cpp') diff --git a/gfx/models/mesh.cpp b/gfx/models/mesh.cpp index c829f4e..3487083 100644 --- a/gfx/models/mesh.cpp +++ b/gfx/models/mesh.cpp @@ -1,11 +1,5 @@ #include "mesh.h" -#include "obj.h" #include "vertex.hpp" -#include -#include -#include -#include -#include Mesh::Mesh(std::span vertices, std::span indices, GLenum m) : m_vertexArrayObject {}, m_vertexArrayBuffers {}, m_numIndices {indices.size()}, mode {m} -- cgit v1.2.3