diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-28 20:22:32 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-28 20:22:32 +0100 |
commit | b6ec74922d377c65810b60fd8c659594cde508bf (patch) | |
tree | 4138c591d1d5e90e493df9943c069e9895cbdb41 /gfx/models/mesh.h | |
parent | Link all thirdparty libs using release variant (diff) | |
download | ilt-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.h | 1 |
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> |