summaryrefslogtreecommitdiff
path: root/gfx/models/mesh.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-06-28 20:22:32 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-06-28 20:22:32 +0100
commitb6ec74922d377c65810b60fd8c659594cde508bf (patch)
tree4138c591d1d5e90e493df9943c069e9895cbdb41 /gfx/models/mesh.h
parentLink all thirdparty libs using release variant (diff)
downloadilt-b6ec74922d377c65810b60fd8c659594cde508bf.tar.bz2
ilt-b6ec74922d377c65810b60fd8c659594cde508bf.tar.xz
ilt-b6ec74922d377c65810b60fd8c659594cde508bf.zip
Remove some unnecessary includes
Diffstat (limited to 'gfx/models/mesh.h')
-rw-r--r--gfx/models/mesh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h
index 71f6dce..d790d16 100644
--- a/gfx/models/mesh.h
+++ b/gfx/models/mesh.h
@@ -3,7 +3,6 @@
#include "gfx/gl/vertexArrayObject.h"
#include <glArrays.h>
#include <glad/gl.h>
-#include <memory>
#include <span>
#include <stdTypeDefs.h>